ci: use correct dev domain
All checks were successful
ci/woodpecker/push/hugo-build Pipeline was successful

This commit is contained in:
Vri 🌈 2025-02-18 18:47:37 +01:00
parent 34527798ec
commit 9ead9d9984
Signed by: vrifox
SSH key fingerprint: SHA256:7OLOvW+jmULkXpdl5rUWgid7WJQhOIEgj+4WP/PtCpI

View file

@ -12,7 +12,7 @@ steps:
build-dev: build-dev:
image: code.cozy.town/vrifox/hugoci:latest image: code.cozy.town/vrifox/hugoci:latest
commands: commands:
- hugo --destination /woodpecker/build/ --baseURL "https://dev.vrifox.cc/" --cleanDestinationDir - hugo --destination /woodpecker/build/ --baseURL "https://dev.cozy.town/" --cleanDestinationDir
volumes: volumes:
- /srv/woodpecker-cache/cozy.town:/woodpecker/src/code.cozy.town/cozytown/website/resources/_gen - /srv/woodpecker-cache/cozy.town:/woodpecker/src/code.cozy.town/cozytown/website/resources/_gen
when: when: