Files
Portfolio_Site/.woodpecker.yml
SauravDhakal ab36028ccf
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
fix: syntax
2026-04-03 22:26:33 +05:45

13 lines
249 B
YAML

# Test
when:
event: push
branch: master
steps:
build:
image: hugomods/hugo:latest
commands:
- hugo --minify --destination /site/public
volumes:
- /home/saurav/site:/site # writes directly to where Caddy serves from