Just messing with woodpecker.yml
ci/woodpecker/push/woodpecker Pipeline was successful Details

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

View File

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