deployphp/action.yaml

21 lines
377 B
YAML
Raw Normal View History

2020-11-13 23:24:22 +03:00
name: 'deployer/deploy'
2020-11-10 23:03:10 +01: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 23:03:10 +01:00
required: false
default: ''
runs:
using: 'node12'
main: 'index.js'
branding:
color: blue
2020-11-13 21:45:33 +01:00
icon: airplay