formsort/Zero-waste Heroku Deploy

Deploy to Heroku with a repo tarball

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Jan 4, 2023
License
Apache 2.0

Pinned Snippet

workflow.ymlSHA-pinned
uses: formsort/action-heroku-deploy@64c5a22488c50b1dea4e50c637d168da0efd3ebf # v1

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
github_repoGitHub repo name with owner (eg. formsort/formsort)yes
github_tokenGITHUB_TOKENyes
heroku_api_keyAPI Key for the Heroku account that will perform the deployyes
heroku_app_nameName of the Heroku app to be deployedyes
heroku_app_versionThe new version of the app to be deployed. Will fall back to `inputs.ref` if not provided.no
refGit ref to deploy to Herokuyes""
only_promotionOnly allow promoting from a pipeline (rather than a direct build)yesfalse
namedescription
source_tarballThe URL of the source tarball used to create the build
buildThe JSON blob of the build created by Heroku
build_idThe id of the build created by Heroku
build_logThe logs for the build created by Heroku
releaseThe JSON blob of the release created by Heroku
release_idThe id of the release created by Heroku
release_logThe logs for the release created by Heroku