deployphp/action.yaml
2020-11-13 23:18:52 +03:00

21 lines
369 B
YAML

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