deployphp/action.yaml

21 lines
375 B
YAML
Raw Normal View History

2020-11-17 13:56:19 +00:00
name: 'deployphp/action'
2020-11-10 22:03:10 +00:00
description: 'Deploy with Deployer'
inputs:
private-key:
description: 'Private key'
required: true
known-hosts:
description: 'Known hosts'
required: false
default: ''
dep:
description: 'Deployer command'
2020-11-10 22:03:10 +00:00
required: false
default: ''
runs:
using: 'node12'
main: 'index.js'
branding:
color: blue
2020-11-13 20:49:26 +00:00
icon: send