From 54f2361d27c4ab86ea0a2560836444d123e63cd8 Mon Sep 17 00:00:00 2001 From: Dragan Filipovic Date: Sat, 11 Apr 2020 23:08:36 +0200 Subject: [PATCH] [docs] Update readme --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bdb9f55..44295cc 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,8 @@ Pass configuration with `env` vars 1. `SSH_PRIVATE_KEY` [required] This should be the private key part of an ssh key pair. -The public key part should be added to the authorized_keys file on the server that receives the deployment. +The public key part should be added to the `authorized_keys` file on the server that receives the deployment. + The keys should be generated using the PEM format. You can us this command ``` @@ -83,7 +84,7 @@ jobs: - name: Run build task run: npm run build --if-present - name: Deploy to Server - uses: easingthemes/ssh-deploy@v2.0.7 + uses: easingthemes/ssh-deploy@2.1.1 env: SSH_PRIVATE_KEY: ${{ secrets.SERVER_SSH_KEY }} ARGS: "-rltgoDzvO --delete"