push-to-dokku/action.yaml

14 lines
311 B
YAML
Raw Normal View History

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: '.'
inputs:
host:
description: 'Remote hostname'
required: true
app:
description: 'App name'
required: true
private-key:
description: 'Private SSH key to connect to remote host'