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
|
name: Restart deployment
|
||||||
#if: github.ref_name == 'develop'
|
#if: github.ref_name == 'develop'
|
||||||
run: |
|
run: |
|
||||||
curl \
|
curl --silent \
|
||||||
-H "X-Secret: ${{ secrets.SERVICE_WEBHOOK_SECRET }}" \
|
--header "X-Secret: ${{ secrets.SERVICE_WEBHOOK_SECRET }}" \
|
||||||
-d action=restart \
|
--data action=restart \
|
||||||
-d service=schedule-demo \
|
--data service=schedule-demo \
|
||||||
"http://fulla.hz.hornwitser.no:9000/hooks/service"
|
"http://fulla.hz.hornwitser.no:9000/hooks/service"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue