Update build-and-deploy.yml

This commit is contained in:
Christoph Haas 2025-09-28 18:49:40 +00:00 committed by GitHub
parent c23f57e9bb
commit 58ecfeacca
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -47,5 +47,4 @@ jobs:
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
run: curl https://coolify1.workaround.org/api/v1/deploy?uuid=a4scc80gg04kk0k8444o448c&force=false --header 'Authorization: Bearer 1|RkJzUvVwmVjvegjCZWGq2j2Qb0EbR56kk0bEx6CG5ddd0030'
run: curl '${{ env.COOLIFY_DEPLOY_WEBHOOK }}' --header 'Authorization: Bearer ${{ secrets.COOLIFY_DEPLOY_TOKEN }}'