fix curl
This commit is contained in:
parent
de462d7618
commit
15d8485d86
1 changed files with 4 additions and 4 deletions
|
@ -64,8 +64,8 @@ jobs:
|
|||
name: Restart deployment
|
||||
#if: github.ref_name == 'develop'
|
||||
run: |
|
||||
curl \
|
||||
-H "X-Secret: ${{ secrets.SERVICE_WEBHOOK_SECRET }}" \
|
||||
-d action=restart \
|
||||
-d service=schedule-demo \
|
||||
curl --silent \
|
||||
--header "X-Secret: ${{ secrets.SERVICE_WEBHOOK_SECRET }}" \
|
||||
--data action=restart \
|
||||
--data service=schedule-demo \
|
||||
"http://fulla.hz.hornwitser.no:9000/hooks/service"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue