fix curl
All checks were successful
/ build (push) Has been skipped
/ deploy (push) Successful in 18s

This commit is contained in:
Hornwitser 2025-05-19 17:49:18 +02:00
parent de462d7618
commit 15d8485d86

View file

@ -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"