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
|
cd themes/minimal-black
|
||||||
npm install
|
npm install
|
||||||
cd ../..
|
cd ../..
|
||||||
hugo --minify
|
hugo --minify -b "https://jirkabuilds.dev/"
|
||||||
|
|
||||||
- name: Packaging ZIP
|
- name: Packaging ZIP
|
||||||
run: |
|
run: |
|
||||||
@@ -40,5 +40,8 @@ jobs:
|
|||||||
--upload-file build.zip \
|
--upload-file build.zip \
|
||||||
"https://git.jirkabuilds.dev/api/packages/${{ github.repository_owner }}/generic/hugo-build/latest/web.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