From 749f2b07dc841a6d0f0292c2ce5e2627215498ba Mon Sep 17 00:00:00 2001 From: Christoph Haas Date: Mon, 29 Sep 2025 21:08:58 +0000 Subject: [PATCH] Update build-and-deploy.yml --- .github/workflows/build-and-deploy.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index 6a7de30..0d5898d 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -55,7 +55,8 @@ jobs: - run: | env - curl "$DEPLOY_WEBHOOK" --header "Authorization: Bearer $DEPLOY_TOKEN" + set +x + echo curl "$DEPLOY_WEBHOOK" --header "Authorization: Bearer $DEPLOY_TOKEN" env: DEPLOY_WEBHOOK: ${{ secrets.COOLIFY_DEPLOY_WEBHOOK }}