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

This commit is contained in:
2026-01-05 14:21:28 +08:00
parent da758b9891
commit 31ecccf913

View File

@@ -9,10 +9,10 @@ jobs:
runs-on: demo-server
steps:
- name: 1. Checkout New Code
run: |
# 進入工作目錄並抓取代碼
rm -rf ./*
git clone -b demo http://192.168.0.103:3000/${{ gitea.repository }}.git .
uses: actions/checkout@v3
with:
github-server-url: http://192.168.0.103:3000
repository: ${{ gitea.repository }}
- name: 2. Sync Files to Running Container