Update build-and-deploy.yml

This commit is contained in:
Christoph Haas 2025-09-29 21:11:55 +00:00 committed by GitHub
parent 70526f7b1b
commit 07269e38cb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -55,8 +55,8 @@ jobs:
- run: |
env
set -x
echo curl "$DEPLOY_WEBHOOK" --header "Authorization: Bearer $DEPLOY_TOKEN"
date
curl -v "$DEPLOY_WEBHOOK" --header "Authorization: Bearer $DEPLOY_TOKEN"
env:
DEPLOY_WEBHOOK: ${{ secrets.COOLIFY_DEPLOY_WEBHOOK }}