Update build-and-deploy.yml

This commit is contained in:
Christoph Haas 2025-09-29 20:39:24 +00:00 committed by GitHub
parent ee76875506
commit 98e904f893
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -49,4 +49,4 @@ jobs:
- name: Trigger deployment webhook
run: |
curl "${{ secrets.COOLIFY_DEPLOY_WEBHOOK }}" --header "Authorization: Bearer ${{ secrets.COOLIFY_DEPLOY_TOKEN }}"
curl '${{ secrets.COOLIFY_DEPLOY_WEBHOOK }}' --header "Authorization: Bearer ${{ secrets.COOLIFY_DEPLOY_TOKEN }}"