mirror of
https://github.com/deployphp/action.git
synced 2025-06-29 20:54:14 +00:00
Add deployer-version
This commit is contained in:
parent
fe854546be
commit
77ac0bfc15
3 changed files with 53 additions and 40 deletions
15
action.yaml
15
action.yaml
|
@ -31,7 +31,20 @@ inputs:
|
|||
required: false
|
||||
default: ''
|
||||
description: >
|
||||
The SSH configuration.
|
||||
The SSH configuration. Content of `~/.ssh/config` file.
|
||||
|
||||
deployer-version:
|
||||
required: false
|
||||
default: ''
|
||||
description: >
|
||||
Deployer version to download from deployer.org.
|
||||
|
||||
First, the action will check for Deployer binary at those paths:
|
||||
- `vendor/bin/dep`
|
||||
- `deployer.phar`
|
||||
|
||||
If the binary not found, phar version will be downloaded from
|
||||
[deployer.org](https://deployer.org/download).
|
||||
|
||||
runs:
|
||||
using: 'node12'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue