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