From 6df9b579fc8e8c17c08f4bd3ece7a89324db0582 Mon Sep 17 00:00:00 2001 From: vrifox Date: Wed, 29 Mar 2023 22:01:37 +0200 Subject: [PATCH] [CI/CD] experimental --- .woodpecker.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 5a18768..11f3adb 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -2,7 +2,7 @@ pipeline: build: image: archlinux commands: - - pacman -Syu --noconfirm hugo git + - pacman -Syu --noconfirm hugo git openssh rsync - hugo --destination /woodpecker/build/vrifox.cc/ --minify --cleanDestinationDir prepare-ssh: @@ -16,7 +16,6 @@ pipeline: upload: image: archlinux commands: - - pacman -Syu --noconfirm openssh rsync - rsync -rv -e "ssh -p $SSH_PORT -i ~/.ssh/id_ed25519" /woodpecker/build/ woodpecker@$SSH_HOST:/home/woodpecker/build/vrifox.cc/ --checksum secrets: [ ssh_port, ssh_host ]