fix continous deployment #13

Merged
vrifox merged 6 commits from fix-cd into main 2023-04-05 23:53:25 +02:00
Showing only changes of commit 95245e6011 - Show all commits

View file

@ -11,7 +11,7 @@ pipeline:
image: archlinux
commands:
- pacman -Syu --noconfirm hugo git
- hugo --destination /woodpecker/build/ --baseURL "https://dev.vrifox.cc/" --cleanDestinationDir
- hugo --destination /woodpecker/build/ --baseURL "https://dev.vrifox.cc/${CI_COMMIT_BRANCH}/${CI_COMMIT_SHA}/" --cleanDestinationDir
when:
branch:
exclude: [ main ]