Update build-and-deploy.yml

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

View file

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