This commit is contained in:
@@ -60,16 +60,10 @@ 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: Test
|
|
||||||
shell: bash
|
|
||||||
run: |
|
|
||||||
echo "Site id: ${{ secrets.QUAY_SITE_ID }}"
|
|
||||||
echo "Token length: #${{ secrets.QUAY_TOKEN }}"
|
|
||||||
|
|
||||||
- name: Quay deployment
|
- name: Quay deployment
|
||||||
if: success()
|
if: success()
|
||||||
uses: https://git.fish/quay/quay-deployment@main
|
uses: https://git.fish/quay/quay-deployment@main
|
||||||
with:
|
with:
|
||||||
DEPLOY_TOKEN: ${{ secrets.QUAY_TOKEN }}
|
DEPLOY_TOKEN: ${{ secrets.QUAY_DEPLOY_TOKEN }}
|
||||||
SITE_ID: ${{ secrets.QUAY_SITE_ID }}
|
SITE_ID: ${{ secrets.QUAY_SITE_ID }}
|
||||||
BASE_URL: https://quay.jan.run
|
BASE_URL: https://quay.jan.run
|
||||||
Reference in New Issue
Block a user