This commit is contained in:
@@ -57,3 +57,13 @@ 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: 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}"
|
||||||
Reference in New Issue
Block a user