We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 550e5a8 commit 323eaf2Copy full SHA for 323eaf2
.github/workflows/deploy.yml
@@ -25,6 +25,7 @@ jobs:
25
key: ${{ secrets.SERVER_SSH_KEY }}
26
script: |
27
cd ${{ secrets.PROD_SERVER_DEPLOY_DIR }}
28
+ git stash push -m "automatic CI stash"
29
git fetch --all
30
git checkout ${{ github.ref_name }}
- git rebase origin/${{ github.ref_name }}
31
+ git reset --hard origin/${{ github.ref_name }}
0 commit comments