push-to-dokku/action.yaml

14 lines
317 B
YAML

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'