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