From 000cf6e18e2ee4974da922d94a6a5d516ff0e685 Mon Sep 17 00:00:00 2001 From: moritzruth Date: Fri, 28 Feb 2025 23:47:10 +0100 Subject: [PATCH] Update .forgejo/workflows/deploy.yaml --- .forgejo/workflows/deploy.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.forgejo/workflows/deploy.yaml b/.forgejo/workflows/deploy.yaml index c7dc57f..98e4bc1 100644 --- a/.forgejo/workflows/deploy.yaml +++ b/.forgejo/workflows/deploy.yaml @@ -37,7 +37,8 @@ jobs: !dist/.vite - name: "Notify the web server" - run: curl https://moritzruth.de/_sscdc/notify + run: > + curl https://moritzruth.de/_sscdc/notify -H "Content-Type: application/json" -H "Authorization: Bearer ${{ secrets.SSCDC_SECRET }}" -d '{ "id": "${{ github.sha }}", "download_url": "${{ steps.upload.outputs.artifact-url }}" }' \ No newline at end of file