chore: workflow 添加部署路径日志输出
Some checks failed
Deploy BillAI / Deploy to Production (push) Failing after 0s
Some checks failed
Deploy BillAI / Deploy to Production (push) Failing after 0s
This commit is contained in:
@@ -16,6 +16,7 @@ jobs:
|
|||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
run: |
|
run: |
|
||||||
echo "=== 拉取最新代码 ==="
|
echo "=== 拉取最新代码 ==="
|
||||||
|
echo "部署路径: ${{ vars.DEPLOY_PATH }}"
|
||||||
cd ${{ vars.DEPLOY_PATH }}
|
cd ${{ vars.DEPLOY_PATH }}
|
||||||
git fetch origin master
|
git fetch origin master
|
||||||
git reset --hard origin/master
|
git reset --hard origin/master
|
||||||
|
|||||||
Reference in New Issue
Block a user