diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 7bfcce8..29a33c4 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -10,7 +10,9 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v4 + run: | + git clone "http://172.17.0.1:3000/${{ github.repository }}.git" . + git checkout "${{ github.sha }}" - name: Create .env.production from secrets run: |