Update .gitea/workflows/deploy.yml
Deploy / Build and Deploy (push) Successful in 27s

This commit is contained in:
2026-05-07 17:01:12 +02:00
parent ab6502e269
commit 270651fe29
+1 -7
View File
@@ -60,16 +60,10 @@ 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@main uses: https://git.fish/quay/quay-deployment@main
with: with:
DEPLOY_TOKEN: ${{ secrets.QUAY_TOKEN }} DEPLOY_TOKEN: ${{ secrets.QUAY_DEPLOY_TOKEN }}
SITE_ID: ${{ secrets.QUAY_SITE_ID }} SITE_ID: ${{ secrets.QUAY_SITE_ID }}
BASE_URL: https://quay.jan.run BASE_URL: https://quay.jan.run