Add action

This commit is contained in:
Anton Medvedev 2020-11-10 23:03:10 +01:00
commit 13c2ed42a5
6 changed files with 226 additions and 105 deletions

20
action.yaml Normal file
View file

@ -0,0 +1,20 @@
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