working on curl request
All checks were successful
Build Docker Image / Docker-Build (push) Successful in 2m28s
Build Docker Image / Clean-Registry (push) Successful in 2s

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2026-01-05 14:06:32 +01:00
parent 11d14afb00
commit e92a4bedb9

View File

@@ -43,10 +43,7 @@ jobs:
- name: Restart vj.srsoftware.de
run: |
echo curl -X POST \
-H "Authorization: Bearer ${{ secrets.MAKE_BEARER }}" \
-d vj_start \
https://make.srsoftware.de/launch
curl -X POST -H "Authorization: Bearer ${{ secrets.MAKE_BEARER }}" -d vj_start https://make.srsoftware.de/launch
Clean-Registry:
runs-on: ubuntu-latest