alvincrespo/Deploy to Heroku

Deploy to Heroku with ease.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
heroku_api_keyAuthenticates your account. This is on Heroku within your account settings.yes
heroku_emailYour Heroku account's email address.yes
heroku_app_nameThe name of your app.yes
buildpack(optional) A buildback to use with your application.no
branchThe branch to deploy to Heroku.noHEAD
dontuseforceDisables force pushing during deploy.nofalse
dontautocreateDisables automatically creating a new app.nofalse
usedockerConfigures deploy to use Dockerfile in project root.nofalse
docker_heroku_process_typeDefines the process type (web, worker, etc).noweb
docker_build_argsArguments to pass to the Docker build.no
appdirSpecify the subdirectory of your app.no""
healthcheckSpecify a URL for a health check.no""
checkstringDefine the value to check for during the healthcheck.no""
delayConfigure a delay to perform the health check.no0
procfileContents of the Procfile to save and deployno""
rollbackonhealthcheckfailedWhen set to true this will attempt to rollback to the previous release if the healthcheck failsnofalse
env_filePath to an localized env fileno""
justloginSet to true if you want the action to just login to Heroku and nothing elsenofalse
regionThe region in which you would like to deploy a serverno""
stackSet stack of your heroku app if you need to change.Default : heroku-20no""
teamIf deploying to an organization, then specify the name of the team or organization hereno""
namedescription
statusThe Success/Failure of the action