Update .forgejo/workflows/deploy.yaml
All checks were successful
Deploy / build (push) Successful in 3m34s
All checks were successful
Deploy / build (push) Successful in 3m34s
This commit is contained in:
parent
3fc635f867
commit
000cf6e18e
1 changed files with 2 additions and 1 deletions
|
@ -37,7 +37,8 @@ jobs:
|
||||||
!dist/.vite
|
!dist/.vite
|
||||||
|
|
||||||
- name: "Notify the web server"
|
- 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 "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