From e7f0312c8cdcf2bc5e50823ef8acc5c323dc932e Mon Sep 17 00:00:00 2001 From: Patryk Padus <2671726+Triloworld@users.noreply.github.com> Date: Fri, 23 Jun 2023 14:52:23 +0200 Subject: [PATCH] Update README.md In reference of this issue and comment: https://github.com/easingthemes/ssh-deploy/issues/149 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 315089d..f061f4c 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ or use the latest version from a branch, eg: ssh-deploy@main ``` - name: Deploy to Staging server uses: easingthemes/ssh-deploy@main - env: + with: SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }} ARGS: "-rlgoDzvc -i" SOURCE: "dist/" @@ -124,7 +124,7 @@ jobs: run: npm run build --if-present - name: Deploy to Server uses: easingthemes/ssh-deploy@main - env: + with: SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }} ARGS: "-rlgoDzvc -i --delete" SOURCE: "dist/"