idoberko2/Dokku Deploy action
Deploy to a dokku instance using Github actions
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| ssh-private-key | The ssh private key to the dokku instance. WARNING: use a secret! Do not pass a plain text value! | yes | — |
| dokku-user | The user to use for ssh (Default: dokku) | no | dokku |
| dokku-host | The dokku host to ssh into | yes | — |
| app-name | The dokku app name | yes | — |
| remote-branch | The branch to push on the remote repository (Default: master) | no | master |
| git-push-flags | Additional flags to be passed to the git push command. Could be used to force push | no | "" |
| ssh-port | Custom port for ssh host | no | 22 |
| commit | Commit to push to dokku. Defaults to $GITHUB_SHA | no | "" |
Outputs
no outputs