Initial version of the push to Dokku action
This commit is contained in:
parent
b65b39a231
commit
2bb5d7f528
6 changed files with 169 additions and 0 deletions
14
action.yaml
Normal file
14
action.yaml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
name: 'Push to Dokku'
|
||||
description: 'Pushes a repository to a remote Dokku host'
|
||||
runs:
|
||||
using: 'go'
|
||||
main: 'main.go'
|
||||
inputs:
|
||||
host:
|
||||
description: 'Remote hostname'
|
||||
required: true
|
||||
app:
|
||||
description: 'App name'
|
||||
required: true
|
||||
private-key:
|
||||
description: 'Private SSH key to connect to remote host'
|
||||
Loading…
Add table
Add a link
Reference in a new issue