Update build-and-deploy.yml

This commit is contained in:
Christoph Haas 2025-09-28 19:23:19 +00:00 committed by GitHub
parent 8be3553846
commit b2c825bcaa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -48,4 +48,7 @@ jobs:
git push https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/Signum/workaround-astro-starlight.git temp-build:dist-trixie --force git push https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/Signum/workaround-astro-starlight.git temp-build:dist-trixie --force
- name: Trigger deployment webhook - name: Trigger deployment webhook
run: curl '$COOLIFY_DEPLOY_WEBHOOK' --header 'Authorization: Bearer ${{ secrets.COOLIFY_DEPLOY_TOKEN }}' run: |
curl "$COOLIFY_DEPLOY_WEBHOOK" --header "Authorization: Bearer $COOLIFY_DEPLOY_TOKEN"
env:
COOLIFY_DEPLOY_TOKEN: ${{ secrets.COOLIFY_DEPLOY_TOKEN }}