deployphp/action.yaml

21 lines
376 B
YAML
Raw Permalink Normal View History

2020-11-13 20:24:22 +00:00
name: 'deployer/deploy'
2020-11-10 22:03:10 +00:00
description: 'Deploy with Deployer'
inputs:
private-key:
description: 'Private key'
required: true
known-hosts:
description: 'Known hosts'
required: false
default: ''
dep:
description: 'Deployer command'
2020-11-10 22:03:10 +00:00
required: false
default: ''
runs:
using: 'node12'
main: 'index.js'
branding:
color: blue
icon: server