[CI/CD] re-rename pipeline steps
This commit is contained in:
parent
779202dd7f
commit
8c5492ff5b
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue