From 4a2dc47c396cf2da2bcb9ffc7d320d069d574e8b Mon Sep 17 00:00:00 2001 From: Patryk Padus Date: Wed, 8 Jan 2020 15:41:02 +0100 Subject: [PATCH] Update README.md It is required as node10 isn't supported and generate error Download action repository 'easingthemes/ssh-deploy@v2.0.2' ##[error]Specified argument was out of the range of valid values. (Parameter ''using: node10' is not supported, use 'docker' or 'node12' instead.') ##[error]Fail to load /home/runner/work/_actions/easingthemes/ssh-deploy/v2.0.2/action.yml --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fe240e9..fc57614 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ The target directory ``` - name: Deploy to Staging server - uses: easingthemes/ssh-deploy@v2.0.2 + uses: easingthemes/ssh-deploy@v2.0.7 env: SSH_PRIVATE_KEY: ${{ secrets.SERVER_SSH_KEY }} ARGS: "-rltgoDzvO" @@ -73,7 +73,7 @@ jobs: - name: Run build task run: npm run build --if-present - name: Deploy to Server - uses: easingthemes/ssh-deploy@v2.0.2 + uses: easingthemes/ssh-deploy@v2.0.7 env: SSH_PRIVATE_KEY: ${{ secrets.SERVER_SSH_KEY }} ARGS: "-rltgoDzvO --delete" @@ -87,4 +87,4 @@ jobs: If you're using GitHub Actions, you'll probably already know that it's still in limited public beta, and GitHub advise against using Actions in production. -So, check your keys. Check your deployment paths. And use at your own risk. \ No newline at end of file +So, check your keys. Check your deployment paths. And use at your own risk.