Update build-and-deploy.yml

This commit is contained in:
Christoph Haas 2025-09-29 21:07:44 +00:00 committed by GitHub
parent 3b5e92bcaa
commit 3ae9b8aa92
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -55,7 +55,7 @@ jobs:
- run: | - run: |
env env
curl "${{ DEPLOY_WEBHOOK }}" --header "Authorization: Bearer ${{ DEPLOY_TOKEN }}" curl "$DEPLOY_WEBHOOK" --header "Authorization: Bearer $DEPLOY_TOKEN"
env: env:
DEPLOY_WEBHOOK: ${{ secrets.COOLIFY_DEPLOY_WEBHOOK }} DEPLOY_WEBHOOK: ${{ secrets.COOLIFY_DEPLOY_WEBHOOK }}