ii
Some checks failed
Koori-ERP-Demo-Deploy / sync-update (push) Failing after 40s

This commit is contained in:
2026-01-05 21:22:47 +08:00
parent e6ef25951a
commit 97935f513c

View File

@@ -17,7 +17,7 @@ jobs:
run: | run: |
# 進入工作目錄並直接用 git 抓 code完全不需要 Node # 進入工作目錄並直接用 git 抓 code完全不需要 Node
rm -rf ./* rm -rf ./*
git clone -b demo http://server:3000/${{ gitea.repository }}.git . git clone -b main http://server:3000/${{ gitea.repository }}.git .
- name: 2. Sync Files & Environment - name: 2. Sync Files & Environment
run: | run: |