From 35f3e09733d0385a7abe7333e5f1bf15b46b0537 Mon Sep 17 00:00:00 2001 From: Anton Medvedev Date: Fri, 13 Nov 2020 21:45:33 +0100 Subject: [PATCH] Ycnd --- README.md | 21 +++++++++++++++++++++ action.yaml | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7527eea..61d3839 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,26 @@ # 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 diff --git a/action.yaml b/action.yaml index a6c6e85..d480734 100644 --- a/action.yaml +++ b/action.yaml @@ -17,4 +17,4 @@ runs: main: 'index.js' branding: color: blue - icon: server + icon: airplay