chore: add woodpecker

This commit is contained in:
SauravDhakal
2026-04-01 13:10:14 +05:45
parent 3a1d508c65
commit 2dd65b7b48
2 changed files with 7 additions and 34 deletions

7
.woodpecker.yml Normal file
View File

@@ -0,0 +1,7 @@
steps:
build:
image: hugomods/hugo:latest
commands:
- hugo --minify --destination /site/public
volumes:
- /home/saurav/site:/site # writes directly to where Caddy serves from