This commit is contained in:
Anton Medvedev 2020-11-13 21:45:33 +01:00
parent f196a8a598
commit 35f3e09733
2 changed files with 22 additions and 1 deletions

@ -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