2024-07-13 00:48:01 +00:00
|
|
|
name: 'Push to Dokku'
|
|
|
|
description: 'Pushes a repository to a remote Dokku host'
|
|
|
|
runs:
|
|
|
|
using: 'go'
|
2024-07-13 00:58:34 +00:00
|
|
|
main: '.'
|
2024-07-13 00:48:01 +00:00
|
|
|
inputs:
|
|
|
|
host:
|
|
|
|
description: 'Remote hostname'
|
|
|
|
required: true
|
|
|
|
app:
|
|
|
|
description: 'App name'
|
|
|
|
required: true
|
|
|
|
private-key:
|
|
|
|
description: 'Private SSH key to connect to remote host'
|