deployphp/action.yaml
2020-11-17 16:56:19 +03:00

21 lines
375 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: send