We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68f3dcc commit e70db95Copy full SHA for e70db95
.github/workflows/main.yml
@@ -23,7 +23,7 @@ jobs:
23
username: ${{ secrets.SERVER_USER }}
24
key: ${{ secrets.SERVER_SSH_KEY }}
25
script: |
26
- cd /ArWebAuth/
+ cd ./ArWebAuth/
27
git pull origin master
28
npm install
29
pm2 restart www
0 commit comments