Update build-and-deploy.yml
This commit is contained in:
parent
70526f7b1b
commit
07269e38cb
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build-and-deploy.yml
vendored
4
.github/workflows/build-and-deploy.yml
vendored
|
|
@ -55,8 +55,8 @@ jobs:
|
|||
|
||||
- run: |
|
||||
env
|
||||
set -x
|
||||
echo curl "$DEPLOY_WEBHOOK" --header "Authorization: Bearer $DEPLOY_TOKEN"
|
||||
date
|
||||
curl -v "$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