Update node.js.yml

This commit is contained in:
2020-12-16 16:45:30 +01:00
committed by GitHub
parent 753809f519
commit c34149cbf5

View File

@@ -17,6 +17,7 @@ jobs:
port: ${{ secrets.SSH_PORT }}
username: ${{ secrets.SSH_USER }}
key: ${{ secrets.SSH_KEY }}
passphrase: ${{ secrets.SSH_PASSPHRASE }}
script: |
cd ${{ secrets.PATH }}
git pull origin master