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

This commit is contained in:
2026-05-07 16:36:54 +02:00
parent 9939d098e7
commit 0eb053c534
+5 -7
View File
@@ -60,10 +60,8 @@ jobs:
- name: Quay deployment
if: success()
env:
QUAY_TOKEN: ${{ secrets.QUAY_DEPLOY_TOKEN }}
QUAY_SITE_ID: ${{ secrets.QUAY_SITE_ID }}
run: |
curl -X POST \
"https://quay.jan.run/api/v1/deploy?site=${QUAY_SITE_ID}" \
-H "Authorization: Bearer ${QUAY_TOKEN}"
uses: quay/quay-deployment@v1
with:
DEPLOY_TOKEN: ${{ secrets.QUAY_TOKEN }}
SITE_ID: c0963bb0-2a4f-4e36-894c-74dc2efce2ab
BASE_URL: https://quay.jan.run