bots-house/Portainer Deploy Stack
Deploy provided stack via Portainer
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Aug 11, 2025
- License
- MIT
- Runtime
- Deprecated runtime
Pinned Snippet
uses: bots-house/portainer-deploy-stack-action@2bb163f030de26c2717c42b0d5e994c9a01415b8 # v1.1.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| portainer-username | Portainer user name | yes | — |
| portainer-password | Portainer user password | yes | — |
| portainer-url | URL of Portainer instance | yes | — |
| portainer-endpoint | Swarm cluster ID in Portainer | yes | — |
| stack-name | Docker Swarm stack name | yes | — |
| stack-file | Path of file with stack definition | yes | — |
| stack-vars | Stack variables to substitute. | no | — |
| stack-prune | Prune services there no longer referenced | no | false |
| stack-pull-image | Pull newest version of images | no | true |
| teams | Name of teams who can access this stack via Poratiner. Delimited by "," | no | — |
Outputs
| name | description |
|---|---|
| stack-id | Created docker swarm stack ID |