Update node.js.yml

This commit is contained in:
2020-12-25 14:02:15 +01:00
committed by GitHub
parent 807853625d
commit 28f1f9de72

View File

@@ -28,7 +28,8 @@ jobs:
host: ${{ secrets.SSH_HOST }}
port: ${{ secrets.SSH_PORT }}
username: ${{ secrets.SSH_USER }}
password: ${{ secrets.SSH_PASSPHRASE }}
passphrase: ${{ secrets.SSH_PASSPHRASE }}
key: ${{ secrets.SSH_KEY }}
script: |
cd ${{ secrets.PATH }}
git pull