ci: use correct dev domain
All checks were successful
ci/woodpecker/push/hugo-build Pipeline was successful
All checks were successful
ci/woodpecker/push/hugo-build Pipeline was successful
This commit is contained in:
parent
34527798ec
commit
9ead9d9984
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||||
|
|
Loading…
Add table
Reference in a new issue