Update build-and-deploy.yml
This commit is contained in:
parent
b2c825bcaa
commit
ee98977871
1 changed files with 1 additions and 3 deletions
4
.github/workflows/build-and-deploy.yml
vendored
4
.github/workflows/build-and-deploy.yml
vendored
|
|
@ -49,6 +49,4 @@ jobs:
|
||||||
|
|
||||||
- name: Trigger deployment webhook
|
- name: Trigger deployment webhook
|
||||||
run: |
|
run: |
|
||||||
curl "$COOLIFY_DEPLOY_WEBHOOK" --header "Authorization: Bearer $COOLIFY_DEPLOY_TOKEN"
|
curl "${{ secrets.$COOLIFY_DEPLOY_WEBHOOK }}" --header "Authorization: Bearer ${{ secrets.COOLIFY_DEPLOY_TOKEN }}"
|
||||||
env:
|
|
||||||
COOLIFY_DEPLOY_TOKEN: ${{ secrets.COOLIFY_DEPLOY_TOKEN }}
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue