Files
Portfolio_Site/.woodpecker.yml
SauravDhakal 2007e1f7b5
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
fix: woodpecker event
2026-04-01 18:31:19 +05:45

12 lines
260 B
YAML

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