slinden2/Dokku Deploy GitHub Action
Deploy a Git subtree to dokku.
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 | — |
| dokku-ip-address | Dokku server IP address. Needed only if your domain points to a proxy (eg. CloudFlare) | no | "" |
| 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 | "" |
| git-subtree-prefix | The directory to be pushed to dokku. | yes | — |
Outputs
no outputs