diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 9aac53e..5fadc2d 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -13,7 +13,7 @@ jobs: steps: - name: Checkout run: | - git clone --depth 1 --branch "${{ github.ref_name }}" "${{ github.server_url }}/${{ github.repository }}.git" . + git clone --depth 1 --branch "${{ github.ref_name }}" "https://git.scottyah.com/${{ github.repository }}.git" . git checkout "${{ github.sha }}" - name: Build image