From 0af40d1506168d14f4812209c6984dc8b17df10b Mon Sep 17 00:00:00 2001 From: Christoph Haas Date: Fri, 26 Sep 2025 00:34:54 +0200 Subject: [PATCH] trying to trigger a redeploy --- .github/workflows/build-and-deploy.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index 0de81e1..8a0a124 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -46,3 +46,6 @@ jobs: git commit -m "Update dist/ [skip ci]" git push https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/Signum/workaround-astro-starlight.git temp-build:dist-trixie --force + - name: Trigger deployment webhook + run: curl https://coolify1.workaround.org/api/v1/deploy?uuid=a4scc80gg04kk0k8444o448c&force=false --header 'Authorization: Bearer 1|RkJzUvVwmVjvegjCZWGq2j2Qb0EbR56kk0bEx6CG5ddd0030' +