Update .gitea/workflows/deploy.yml
Deploy / Build and Deploy (push) Failing after 26s

This commit is contained in:
2026-05-07 16:53:53 +02:00
parent de33723114
commit 3c03d34a1d
+6
View File
@@ -60,6 +60,12 @@ jobs:
# Force-push to pages branch # Force-push to pages branch
git push --force "https://${ACTOR}:${GITEA_TOKEN}@${GITEA_SERVER#https://}/${REPO}.git" pages git push --force "https://${ACTOR}:${GITEA_TOKEN}@${GITEA_SERVER#https://}/${REPO}.git" pages
- name: Test
shell: bash
run: |
echo "Site id: ${{ secrets.QUAY_SITE_ID }}"
echo "Token length: #${{ secrets.QUAY_TOKEN }}"
- name: Quay deployment - name: Quay deployment
if: success() if: success()
uses: https://git.fish/quay/quay-deployment@v1 uses: https://git.fish/quay/quay-deployment@v1