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:
|
||||
push:
|
||||
branches:
|
||||
@@ -6,7 +6,7 @@ on:
|
||||
|
||||
jobs:
|
||||
sync-update:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: demo-server
|
||||
steps:
|
||||
- name: 1. Checkout New Code
|
||||
uses: actions/checkout@v3
|
||||
@@ -14,6 +14,7 @@ jobs:
|
||||
github-server-url: http://192.168.0.103:3000
|
||||
repository: ${{ gitea.repository }}
|
||||
|
||||
|
||||
- name: 2. Sync Files to Running Container
|
||||
run: |
|
||||
# B. 執行複製
|
||||
|
||||
Reference in New Issue
Block a user