portainer-stack-git-redeplo.../action.yml

27 lines
540 B
YAML
Raw Normal View History

2022-12-08 22:00:11 +01:00
name: Portainer Stack Redeploy
author: Dzianis Nikifaraŭ
description: Action for request to Portainer API for redeploy stack with pull latest images
inputs:
portainerUrl:
description: 'Portainer URL'
required: true
accessToken:
description: 'Portainer access token'
required: true
stackId:
description: 'Stack ID'
required: true
endpointId:
2022-12-08 22:17:31 +01:00
description: 'Endpoint ID'
2022-12-08 22:00:11 +01:00
required: false
default: ''
runs:
using: 'node16'
2022-12-08 22:37:35 +01:00
main: 'dist/index.js'
2022-12-08 22:50:09 +01:00
branding:
icon: 'refresh-ccw'
color: 'blue'