Update node.js.yml

This commit is contained in:
2020-12-19 17:56:56 +01:00
committed by GitHub
parent 7baf6588a0
commit 00101ea76c

View File

@@ -30,6 +30,7 @@ jobs:
username: ${{ secrets.SSH_USER }} username: ${{ secrets.SSH_USER }}
key: ${{ secrets.SSH_KEY }} key: ${{ secrets.SSH_KEY }}
script: | script: |
cd ${{ secrets.PATH }}
git pull git pull
yarn build yarn build
pm2 start pm2 start