Update secret name for deployment
All checks were successful
/ build (push) Successful in 1m13s
/ deploy (push) Successful in 16s

The service secret was renamed for consistency with the other secrets I
manage.
This commit is contained in:
Hornwitser 2025-05-23 21:56:56 +02:00
parent c7b4f5fa92
commit c47452a8b4

View file

@ -46,7 +46,8 @@ jobs:
name: Restart deployment
run: |
curl --silent \
--header "X-Secret: ${{ secrets.SERVICE_WEBHOOK_SECRET }}" \
--header "X-Secret: ${{ secrets.FULLA_WEBHOOK_SERVICE_SECRET }}" \
--data action=restart \
--data service=schedule-demo \
--fail-with-body \
"http://fulla.hz.hornwitser.no:9000/hooks/service"