chore: add woodpecker
This commit is contained in:
7
.woodpecker.yml
Normal file
7
.woodpecker.yml
Normal 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
|
||||
Reference in New Issue
Block a user