Finished workflow (I hope)
All checks were successful
Build and Publish Web / build (push) Successful in 1m8s
All checks were successful
Build and Publish Web / build (push) Successful in 1m8s
This commit is contained in:
@@ -27,7 +27,7 @@ jobs:
|
||||
cd themes/minimal-black
|
||||
npm install
|
||||
cd ../..
|
||||
hugo --minify
|
||||
hugo --minify -b "https://jirkabuilds.dev/"
|
||||
|
||||
- name: Packaging ZIP
|
||||
run: |
|
||||
@@ -40,5 +40,8 @@ jobs:
|
||||
--upload-file build.zip \
|
||||
"https://git.jirkabuilds.dev/api/packages/${{ github.repository_owner }}/generic/hugo-build/latest/web.zip"
|
||||
|
||||
# TODO - Webhook
|
||||
- name: Trigger Webhook
|
||||
run: |
|
||||
curl -X POST "https://hooks.jirkabuilds.dev/hooks/deploy-web" \
|
||||
-H "X-Deploy-Token: ${{ secrets.WEBHOOK_SECRET }}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user