Compare commits
3 Commits
e6ce9ad428
...
b573030aac
| Author | SHA1 | Date | |
|---|---|---|---|
| b573030aac | |||
| 6d0b3497fa | |||
| 8879ad6295 |
@@ -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. 執行複製
|
||||||
|
|||||||
Reference in New Issue
Block a user