[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
|
- pacman -Syu --noconfirm hugo git
|
||||||
- hugo --destination /woodpecker/build/ --minify --cleanDestinationDir
|
- hugo --destination /woodpecker/build/ --minify --cleanDestinationDir
|
||||||
|
|
||||||
upload:
|
upload-main:
|
||||||
image: archlinux
|
image: archlinux
|
||||||
commands:
|
commands:
|
||||||
- pacman -Syu --noconfirm openssh rsync
|
- pacman -Syu --noconfirm openssh rsync
|
||||||
|
@ -18,7 +18,7 @@ pipeline:
|
||||||
when:
|
when:
|
||||||
branch: main
|
branch: main
|
||||||
|
|
||||||
upload:
|
upload-cicd:
|
||||||
image: archlinux
|
image: archlinux
|
||||||
commands:
|
commands:
|
||||||
- pacman -Syu --noconfirm openssh rsync
|
- pacman -Syu --noconfirm openssh rsync
|
||||||
|
|
Loading…
Reference in a new issue