不要reset
Some checks failed
Deploy BillAI / Deploy to Production (push) Failing after 0s

This commit is contained in:
CHE LIANG ZHAO
2026-01-26 18:20:49 +08:00
parent 5537e1234d
commit b7399d185f

View File

@@ -20,7 +20,7 @@ jobs:
git config --global --add safe.directory ${{ vars.DEPLOY_PATH }}
cd ${{ vars.DEPLOY_PATH }}
git fetch origin master
git reset --hard origin/master
# git reset --hard origin/master
echo "当前版本: $(git log -1 --format='%h %s')"
- name: Build and deploy