Update node.js.yml

This commit is contained in:
2020-12-19 18:12:19 +01:00
committed by GitHub
parent 6564302f33
commit 93119fcb5d

View File

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