portainer-stack-git-redeplo.../action.yml
2022-12-09 00:50:09 +03:00

26 lines
540 B
YAML

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:
description: 'Endpoint ID'
required: false
default: ''
runs:
using: 'node16'
main: 'dist/index.js'
branding:
icon: 'refresh-ccw'
color: 'blue'