2020-11-17 13:56:19 +00:00
|
|
|
name: 'deployphp/action'
|
2021-10-15 20:41:21 +00:00
|
|
|
|
2020-11-10 22:03:10 +00:00
|
|
|
description: 'Deploy with Deployer'
|
2021-10-15 20:41:21 +00:00
|
|
|
|
2020-11-10 22:03:10 +00:00
|
|
|
inputs:
|
2021-10-15 20:41:21 +00:00
|
|
|
|
2020-11-10 22:03:10 +00:00
|
|
|
private-key:
|
|
|
|
required: true
|
2021-10-21 20:08:17 +00:00
|
|
|
description: The private key for connecting to remote hosts.
|
2021-10-15 20:41:21 +00:00
|
|
|
|
|
|
|
dep:
|
|
|
|
required: true
|
2021-10-21 20:08:17 +00:00
|
|
|
description: The command.
|
2021-10-15 20:41:21 +00:00
|
|
|
|
2020-11-10 22:03:10 +00:00
|
|
|
known-hosts:
|
|
|
|
required: false
|
|
|
|
default: ''
|
2021-10-21 20:08:17 +00:00
|
|
|
description: Content of `~/.ssh/known_hosts` file.
|
2021-10-15 20:41:21 +00:00
|
|
|
|
2021-05-01 09:32:31 +00:00
|
|
|
ssh-config:
|
2020-11-10 22:03:10 +00:00
|
|
|
required: false
|
|
|
|
default: ''
|
2021-10-21 20:08:17 +00:00
|
|
|
description: The SSH configuration
|
2021-10-15 21:07:42 +00:00
|
|
|
|
|
|
|
deployer-version:
|
|
|
|
required: false
|
|
|
|
default: ''
|
2021-10-21 20:08:17 +00:00
|
|
|
description: Deployer version to download from deployer.org.
|
2021-10-15 21:07:42 +00:00
|
|
|
|
2021-10-21 20:08:17 +00:00
|
|
|
deployer-binary:
|
|
|
|
required: false
|
|
|
|
default: ''
|
|
|
|
description: Path to local Deployer binary.
|
2021-10-15 20:41:21 +00:00
|
|
|
|
2020-11-10 22:03:10 +00:00
|
|
|
runs:
|
|
|
|
using: 'node12'
|
|
|
|
main: 'index.js'
|
2021-10-15 20:41:21 +00:00
|
|
|
|
2020-11-10 22:03:10 +00:00
|
|
|
branding:
|
|
|
|
color: blue
|
2020-11-13 20:49:26 +00:00
|
|
|
icon: send
|