Fix name of SSH key #10

Closed
vrifox wants to merge 8 commits from cicd into main
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