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' +