deployphp/action.yaml

21 lines
370 B
YAML
Raw Normal View History

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