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