Improve Woodpecker pipeline #11

Merged
vrifox merged 6 commits from cicd into main 2023-03-30 09:57:53 +02:00
Showing only changes of commit 8c5492ff5b - Show all commits

View file

@ -5,7 +5,7 @@ pipeline:
- pacman -Syu --noconfirm hugo git
- hugo --destination /woodpecker/build/ --minify --cleanDestinationDir
upload:
upload-main:
image: archlinux
commands:
- pacman -Syu --noconfirm openssh rsync
@ -18,7 +18,7 @@ pipeline:
when:
branch: main
upload:
upload-cicd:
image: archlinux
commands:
- pacman -Syu --noconfirm openssh rsync