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
|
|
|
|
|
|
|
dep:
|
|
|
|
required: true
|
2021-10-21 20:08:17 +00:00
|
|
|
description: The command.
|
2021-10-15 20:41:21 +00:00
|
|
|
|
2023-02-01 11:26:35 +00:00
|
|
|
sub-directory:
|
|
|
|
required: false
|
|
|
|
default: ''
|
|
|
|
description: Specifies a sub directory within the repository to deploy.
|
|
|
|
|
2023-01-10 14:46:25 +00:00
|
|
|
options:
|
2023-01-10 13:47:26 +00:00
|
|
|
required: false
|
2023-01-10 14:46:25 +00:00
|
|
|
default: ''
|
|
|
|
description: List of options for the Deployer.
|
2023-01-10 13:47:26 +00:00
|
|
|
|
2022-10-01 16:13:45 +00:00
|
|
|
private-key:
|
|
|
|
required: false
|
|
|
|
default: ''
|
|
|
|
description: The private key for connecting to remote hosts.
|
|
|
|
|
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
|
|
|
|
2023-01-10 14:46:25 +00:00
|
|
|
skip-ssh-setup:
|
|
|
|
required: false
|
|
|
|
default: 'false'
|
|
|
|
description: Whether the SSH setup should be skipped.
|
|
|
|
|
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
|
|
|
|
2022-08-17 13:46:44 +00:00
|
|
|
ansi:
|
|
|
|
required: false
|
|
|
|
default: 'true'
|
|
|
|
description: Whether to enable ANSI output.
|
|
|
|
|
|
|
|
verbosity:
|
|
|
|
required: false
|
|
|
|
default: '-v'
|
|
|
|
description: Verbosity level Can be -v, -vv or -vvv.
|
|
|
|
|
2020-11-10 22:03:10 +00:00
|
|
|
runs:
|
2022-11-08 08:43:53 +00:00
|
|
|
using: 'node16'
|
2020-11-10 22:03:10 +00:00
|
|
|
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
|