mirror of
https://github.com/deployphp/action.git
synced 2024-11-23 04:19:02 +00:00
Ycnd
This commit is contained in:
parent
f196a8a598
commit
35f3e09733
21
README.md
21
README.md
@ -1,5 +1,26 @@
|
|||||||
# GitHub Action for Deployer
|
# GitHub Action for Deployer
|
||||||
|
|
||||||
|
## Inputs
|
||||||
|
|
||||||
|
### `private-key`
|
||||||
|
|
||||||
|
Required. A private key to accessing servers.
|
||||||
|
|
||||||
|
### `known-hosts`
|
||||||
|
|
||||||
|
Optional. Host fingerprints. If omitted `StrictHostKeyChecking=no` will be used.
|
||||||
|
|
||||||
|
### `dep`
|
||||||
|
|
||||||
|
Arguments to pass to Deployer command.
|
||||||
|
|
||||||
|
## Deployer version
|
||||||
|
|
||||||
|
First, the action will check for Deployer bin at those paths:
|
||||||
|
- `vendor/bin/dep`
|
||||||
|
- `bin/dep`
|
||||||
|
- `deployer.phar`
|
||||||
|
If bin not found, phar version will be downloaded.
|
||||||
|
|
||||||
## Example
|
## Example
|
||||||
|
|
||||||
|
@ -17,4 +17,4 @@ runs:
|
|||||||
main: 'index.js'
|
main: 'index.js'
|
||||||
branding:
|
branding:
|
||||||
color: blue
|
color: blue
|
||||||
icon: server
|
icon: airplay
|
||||||
|
Loading…
Reference in New Issue
Block a user