mirror of
https://github.com/deployphp/action.git
synced 2024-11-23 04:19:02 +00:00
21 lines
377 B
YAML
21 lines
377 B
YAML
name: 'deployer/deploy'
|
|
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: airplay
|