diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 19c8ca7..432483f 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -105,16 +105,16 @@ jobs: sync-update: 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 }} - name: 1. Checkout New Code - run: | - # 進入工作目錄並直接用 git 抓 code,完全不需要 Node - rm -rf ./* - git clone -b main http://server:3000/${{ gitea.repository }}.git . + uses: actions/checkout@v3 + with: + github-server-url: http://192.168.0.103:3000 + repository: ${{ gitea.repository }} + # - name: 1. Checkout New Code + # run: | + # # 進入工作目錄並直接用 git 抓 code,完全不需要 Node + # rm -rf ./* + # git clone -b main http://server:3000/${{ gitea.repository }}.git . - name: 2. Sync Files to Running Container run: |