Update build-and-deploy.yml
This commit is contained in:
parent
3ae9b8aa92
commit
749f2b07dc
1 changed files with 2 additions and 1 deletions
3
.github/workflows/build-and-deploy.yml
vendored
3
.github/workflows/build-and-deploy.yml
vendored
|
|
@ -55,7 +55,8 @@ jobs:
|
||||||
|
|
||||||
- run: |
|
- run: |
|
||||||
env
|
env
|
||||||
curl "$DEPLOY_WEBHOOK" --header "Authorization: Bearer $DEPLOY_TOKEN"
|
set +x
|
||||||
|
echo curl "$DEPLOY_WEBHOOK" --header "Authorization: Bearer $DEPLOY_TOKEN"
|
||||||
|
|
||||||
env:
|
env:
|
||||||
DEPLOY_WEBHOOK: ${{ secrets.COOLIFY_DEPLOY_WEBHOOK }}
|
DEPLOY_WEBHOOK: ${{ secrets.COOLIFY_DEPLOY_WEBHOOK }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue