Just messing with woodpecker.yml
ci/woodpecker/push/woodpecker Pipeline failed Details

This commit is contained in:
City Slicker 2024-01-20 07:38:03 -06:00
parent 5b4616ae01
commit 0279bcce9b
No known key found for this signature in database
GPG Key ID: 0E666859D8E1AA8B
1 changed files with 3 additions and 2 deletions

View File

@ -7,9 +7,10 @@ steps:
environment:
- sshopts=ssh -o StrictHostKeyChecking=no -i ~/.ssh/vern-ci
commands:
- pacman -Sy --noconfirm
- pacman -S --noconfirm rsync openssh
# - pacman -Sy --noconfirm
# - pacman -S --noconfirm rsync openssh
- echo $SSH_KEY > ~/test
- cat ~/test
- ls -al ~/.ssh/
# - chmod 600 ~/.ssh/vern-ci
# - rsync --rsh="$sshopts" -rtvzP "$PWD" cityslicker@vern.cc:~/hello-world