dokku/Dokku

Official Github Action for deploying apps to a Dokku installation

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
branchThe branch to deploy when pushing to Dokku (default: master)nomaster
ci_branch_nameThe command to run for the action (default: detected from GITHUB_REF)no""
ci_commitThe commit sha that will be pushed (default: detected from GITHUB_SHA)no""
commandThe command to run for the action (default: deploy)nodeploy
deploy_docker_imageA docker image to deploy via `git:from-image`no""
deploy_user_nameA username to use when deploying a docker imageno""
deploy_user_emailThe email to use when deploying a docker imageno""
git_push_flagsA string containing a set of flags to set on pushno""
git_remote_urlThe dokku app's git repository url (in SSH format)yes
review_app_nameThe name of the review app to create or destroyno""
ssh_host_keyThe results of running `ssh-keyscan -t rsa $HOST`no""
ssh_private_keyA private SSH key that has push access to your Dokku instanceyes
ssh_passphrasePassphrase to use when interacting with an SSH key that has a passphraseno""
traceAllows users to debug what the action is performing by enabling shell trace modeno""

no outputs