deployphp/action.yaml
2020-11-13 23:24:22 +03:00

21 lines
376 B
YAML

name: 'deployer/deploy'
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