dokku/Dokku
Official Github Action for deploying apps to a Dokku installation
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| branch | The branch to deploy when pushing to Dokku (default: master) | no | master |
| ci_branch_name | The command to run for the action (default: detected from GITHUB_REF) | no | "" |
| ci_commit | The commit sha that will be pushed (default: detected from GITHUB_SHA) | no | "" |
| command | The command to run for the action (default: deploy) | no | deploy |
| deploy_docker_image | A docker image to deploy via `git:from-image` | no | "" |
| deploy_user_name | A username to use when deploying a docker image | no | "" |
| deploy_user_email | The email to use when deploying a docker image | no | "" |
| git_push_flags | A string containing a set of flags to set on push | no | "" |
| git_remote_url | The dokku app's git repository url (in SSH format) | yes | — |
| review_app_name | The name of the review app to create or destroy | no | "" |
| ssh_host_key | The results of running `ssh-keyscan -t rsa $HOST` | no | "" |
| ssh_private_key | A private SSH key that has push access to your Dokku instance | yes | — |
| ssh_passphrase | Passphrase to use when interacting with an SSH key that has a passphrase | no | "" |
| trace | Allows users to debug what the action is performing by enabling shell trace mode | no | "" |
Outputs
no outputs