This commit is contained in:
@@ -60,10 +60,8 @@ jobs:
|
||||
|
||||
- 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}"
|
||||
uses: quay/quay-deployment@v1
|
||||
with:
|
||||
DEPLOY_TOKEN: ${{ secrets.QUAY_TOKEN }}
|
||||
SITE_ID: c0963bb0-2a4f-4e36-894c-74dc2efce2ab
|
||||
BASE_URL: https://quay.jan.run
|
||||
Reference in New Issue
Block a user