diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index a8e97ac..9a9cefe 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -14,6 +14,9 @@ jobs: steps: - name: Checkout Code uses: actions/checkout@v3 + with: + github-server-url: http://192.168.0.103:3000 + repository: ${{ github.repository }} - name: Deploy to 103 Demo run: |