Update build-and-deploy.yml
This commit is contained in:
parent
25dd78c838
commit
8be3553846
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-and-deploy.yml
vendored
2
.github/workflows/build-and-deploy.yml
vendored
|
|
@ -48,4 +48,4 @@ jobs:
|
|||
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 '${{ env.COOLIFY_DEPLOY_WEBHOOK }}' --header 'Authorization: Bearer ${{ secrets.COOLIFY_DEPLOY_TOKEN }}'
|
||||
run: curl '$COOLIFY_DEPLOY_WEBHOOK' --header 'Authorization: Bearer ${{ secrets.COOLIFY_DEPLOY_TOKEN }}'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue