From 8c5492ff5b6ab0a313010ed663992846421e284f Mon Sep 17 00:00:00 2001 From: vrifox Date: Thu, 30 Mar 2023 09:52:28 +0200 Subject: [PATCH] [CI/CD] re-rename pipeline steps --- .woodpecker.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 6daf091..04208bf 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -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