Compare commits

...

3 Commits

Author SHA1 Message Date
b573030aac main
Some checks failed
Koori-ERP-Demo-Deploy / sync-update (push) Failing after 2s
2026-01-05 13:57:36 +08:00
6d0b3497fa demo1
Some checks failed
Koori-ERP-Demo-Deploy / sync-update (push) Failing after 1s
2026-01-05 13:56:06 +08:00
8879ad6295 demo
Some checks failed
Koori-ERP-Demo-Deploy / sync-update (push) Failing after 11s
2026-01-05 13:54:34 +08:00

View File

@@ -1,4 +1,4 @@
name: Koori-ERP-Sync-Only name: Koori-ERP-Demo-Deploy
on: on:
push: push:
branches: branches:
@@ -6,7 +6,7 @@ on:
jobs: jobs:
sync-update: sync-update:
runs-on: ubuntu-latest runs-on: demo-server
steps: steps:
- name: 1. Checkout New Code - name: 1. Checkout New Code
uses: actions/checkout@v3 uses: actions/checkout@v3
@@ -14,6 +14,7 @@ jobs:
github-server-url: http://192.168.0.103:3000 github-server-url: http://192.168.0.103:3000
repository: ${{ gitea.repository }} repository: ${{ gitea.repository }}
- name: 2. Sync Files to Running Container - name: 2. Sync Files to Running Container
run: | run: |
# B. 執行複製 # B. 執行複製