Update node.js.yml

This commit is contained in:
2021-01-29 19:18:08 +01:00
committed by GitHub
parent 9ec370a027
commit 2688f9f269

View File

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