diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 9308ba4..96f770c 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -14,7 +14,7 @@ jobs: - name: Checkout run: | git clone --depth=1 --branch=${GITHUB_REF_NAME} \ - ${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY}.git . + http://gitea:3000/${GITHUB_REPOSITORY}.git . - name: Configure Maven settings run: |