This commit is contained in:
@@ -60,10 +60,8 @@ jobs:
|
|||||||
|
|
||||||
- name: Quay deployment
|
- name: Quay deployment
|
||||||
if: success()
|
if: success()
|
||||||
env:
|
uses: quay/quay-deployment@v1
|
||||||
QUAY_TOKEN: ${{ secrets.QUAY_DEPLOY_TOKEN }}
|
with:
|
||||||
QUAY_SITE_ID: ${{ secrets.QUAY_SITE_ID }}
|
DEPLOY_TOKEN: ${{ secrets.QUAY_TOKEN }}
|
||||||
run: |
|
SITE_ID: c0963bb0-2a4f-4e36-894c-74dc2efce2ab
|
||||||
curl -X POST \
|
BASE_URL: https://quay.jan.run
|
||||||
"https://quay.jan.run/api/v1/deploy?site=${QUAY_SITE_ID}" \
|
|
||||||
-H "Authorization: Bearer ${QUAY_TOKEN}"
|
|
||||||
Reference in New Issue
Block a user