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: ''
|
2021-05-01 09:32:31 +00:00
|
|
|
ssh-config:
|
|
|
|
description: 'SSH configuration'
|
|
|
|
required: false
|
|
|
|
default: ''
|
2020-11-10 22:03:10 +00:00
|
|
|
dep:
|
2020-11-13 20:17:45 +00:00
|
|
|
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
|