mjr/Deployment to Dokku
Deploy to 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 | — |
| ssh-port | The ssh port to connect with the Dokku instance. WARNING: use a secret! Do not pass a plain text value! | no | 22 |
| 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 | "" |
Outputs
no outputs