quantillion/Portainer Stack Deployment
Github Action that deploys or removes Docker Stacks using the Portainer API.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| url | Portainer URL. | yes | — |
| username | Portainer username. | yes | — |
| password | Portainer password. | yes | — |
| endpoint_id | Portainer endpoint ID. | yes | — |
| stack_name | Name of the stack to be deployed or removed. | yes | — |
| stack_definition | Location of the stack file (e.g. docker-compose.yml). | no | — |
| template_variables | Variables to be replaced in the stack definition file, separated by newline | no | — |
| env | Extra environment variables to be added to the stack, separated by newline | no | — |
| delete | Set "true" to delete the stack | no | — |
Outputs
no outputs