mirror of
https://github.com/deployphp/action.git
synced 2025-06-29 12:44:14 +00:00
Add action
This commit is contained in:
parent
b81754a6de
commit
13c2ed42a5
6 changed files with 226 additions and 105 deletions
20
action.yaml
Normal file
20
action.yaml
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue