Update build-and-deploy.yml
This commit is contained in:
parent
3b5e92bcaa
commit
3ae9b8aa92
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
|
|
@ -55,7 +55,7 @@ jobs:
|
|||
|
||||
- run: |
|
||||
env
|
||||
curl "${{ DEPLOY_WEBHOOK }}" --header "Authorization: Bearer ${{ DEPLOY_TOKEN }}"
|
||||
curl "$DEPLOY_WEBHOOK" --header "Authorization: Bearer $DEPLOY_TOKEN"
|
||||
|
||||
env:
|
||||
DEPLOY_WEBHOOK: ${{ secrets.COOLIFY_DEPLOY_WEBHOOK }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue