mirror of
https://github.com/JuliusFreudenberger/portainer-stack-git-redeploy-action.git
synced 2024-11-23 19:34:39 +01:00
26 lines
540 B
YAML
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'
|