dyve-agency/Deploy container to heroku
Deploy container to heroku by updating formation
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit May 13, 2020
- License
- None
- Runtime
- Deprecated runtime
Pinned Snippet
uses: dyve-agency/heroku-container-deploy-action@81b751288ce3b6050c3457e17d2c27d59aa8627c # no releases — HEAD as of 2026-07-11tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| app | Name of app to create / update | yes | — |
| heroku_api_token | Heroku API Token | yes | — |
| app_json | Path to app.json, default: app.json | no | app.json |
| image_repo | Docker repository of image to deploy | yes | — |
| image_tag | Tag to deploy (e.g. $GITHUB_SHA) | yes | — |
| web_only | Do not use a release container | — | false |
Outputs
no outputs