diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index eaf5a33..304c13b 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -37,6 +37,9 @@ jobs: steps: - name: Checkout Code uses: actions/checkout@v3 + with: + github-server-url: http://192.168.0.103:3000 + repository: ${{ github.repository }} # 使用 rsync 透過 2224 Port 推送代碼 - name: Push Code to Production