Update .forgejo/workflows/deploy.yaml
All checks were successful
Deploy / build (push) Successful in 49s
All checks were successful
Deploy / build (push) Successful in 49s
This commit is contained in:
parent
000cf6e18e
commit
7af28ffad4
1 changed files with 1 additions and 0 deletions
|
@ -39,6 +39,7 @@ jobs:
|
||||||
- name: "Notify the web server"
|
- name: "Notify the web server"
|
||||||
run: >
|
run: >
|
||||||
curl https://moritzruth.de/_sscdc/notify
|
curl https://moritzruth.de/_sscdc/notify
|
||||||
|
--fail
|
||||||
-H "Content-Type: application/json"
|
-H "Content-Type: application/json"
|
||||||
-H "Authorization: Bearer ${{ secrets.SSCDC_SECRET }}"
|
-H "Authorization: Bearer ${{ secrets.SSCDC_SECRET }}"
|
||||||
-d '{ "id": "${{ github.sha }}", "download_url": "${{ steps.upload.outputs.artifact-url }}" }'
|
-d '{ "id": "${{ github.sha }}", "download_url": "${{ steps.upload.outputs.artifact-url }}" }'
|
Loading…
Add table
Reference in a new issue