chore: workflow 添加部署路径日志输出
Some checks failed
Deploy BillAI / Deploy to Production (push) Failing after 0s

This commit is contained in:
CHE LIANG ZHAO
2026-01-26 17:56:30 +08:00
parent 89e1e74b76
commit 99ec5ea0a4

View File

@@ -16,6 +16,7 @@ jobs:
- name: Checkout code
run: |
echo "=== 拉取最新代码 ==="
echo "部署路径: ${{ vars.DEPLOY_PATH }}"
cd ${{ vars.DEPLOY_PATH }}
git fetch origin master
git reset --hard origin/master