deployphp/action.yaml
2020-11-10 23:25:45 +01:00

21 lines
378 B
YAML

name: 'deployphp/action'
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