We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 649ec96 commit c9082e6Copy full SHA for c9082e6
1 file changed
.github/workflows/cd_dev.yaml
@@ -76,8 +76,8 @@ jobs:
76
cd /srv/node/tiny-node/
77
pm2 stop tinyNode
78
git stash
79
- git pull
80
- git checkout ${{ github.head_ref }}
81
+ git fetch --prune origin
+ git checkout -B ${{ github.head_ref }} origin/${{ github.head_ref }}
+ git reset --hard origin/${{ github.head_ref }}
82
npm install
83
pm2 start -i max bin/tinyNode.js
0 commit comments