From 3c03d34a1d37268b74c247d580c9fee54ecb5ff7 Mon Sep 17 00:00:00 2001 From: KartoffelChipss <4+kartoffelchipss@noreply.git.fish> Date: Thu, 7 May 2026 16:53:53 +0200 Subject: [PATCH] Update .gitea/workflows/deploy.yml --- .gitea/workflows/deploy.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 61b3baa..0debfb7 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -60,6 +60,12 @@ jobs: # Force-push to pages branch 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 if: success() uses: https://git.fish/quay/quay-deployment@v1