13 lines
249 B
YAML
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
|