actions-marketplace-validations/Dokku deploy action with custom port

Deploy to a dokku instance using Github actions

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Aug 14, 2021
License
None

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/marlosirapuan_dokku-deploy-github-action@5cb8b91123cd1206faefdedc84ea15f814585fd3 # no releases — HEAD as of 2026-07-10

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
ssh-private-keyThe ssh private key to the dokku instance. WARNING: use a secret! Do not pass a plain text value!yes
dokku-userThe user to use for ssh (Default: dokku)nodokku
dokku-hostThe dokku host to ssh intoyes
dokku-ssh-portCustom port for ssh hostno22
app-nameThe dokku app nameyes
remote-branchThe branch to push on the remote repository (Default: master)nomaster
git-push-flagsAdditional flags to be passed to the git push command. Could be used to force pushno""

no outputs