actions-marketplace-validations/Dokku deploy action with custom port
Deploy to a dokku instance using Github actions
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Aug 14, 2021
- License
- None
Pinned Snippet
uses: actions-marketplace-validations/marlosirapuan_dokku-deploy-github-action@5cb8b91123cd1206faefdedc84ea15f814585fd3 # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
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 | — |
| dokku-ssh-port | Custom port for ssh host | no | 22 |
| 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 | "" |
Outputs
no outputs