From 07269e38cba8c95e9d21529529d4087ebd10172c Mon Sep 17 00:00:00 2001 From: Christoph Haas Date: Mon, 29 Sep 2025 21:11:55 +0000 Subject: [PATCH] Update build-and-deploy.yml --- .github/workflows/build-and-deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index 38632b1..19ac9ff 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -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 }}