1
0
Fork 0

Update .forgejo/workflows/deploy.yaml
All checks were successful
Deploy / build (push) Successful in 50s

This commit is contained in:
Moritz Ruth 2025-03-01 00:27:05 +01:00 committed by git.moritzruth.de
parent 7af28ffad4
commit e3387afd3c
Signed by: git.moritzruth.de
GPG key ID: AF72C6EBB4B578A7

View file

@ -42,4 +42,4 @@ jobs:
--fail
-H "Content-Type: application/json"
-H "Authorization: Bearer ${{ secrets.SSCDC_SECRET }}"
-d '{ "id": "${{ github.sha }}", "download_url": "${{ steps.upload.outputs.artifact-url }}" }'
-d '{ "id": "${{ github.sha }}", "download_url": "https://git.moritzruth.de/moritzruth/moritzruth.de/actions/runs/${{ github.run_number }}/artifacts/site.zip" }'