This commit is contained in:
parent
550e8fa82c
commit
b5501eb9eb
1 changed files with 0 additions and 1 deletions
|
@ -9,7 +9,6 @@ pipeline:
|
|||
image: archlinux
|
||||
commands:
|
||||
- mkdir -p ~/.ssh
|
||||
- touch .ssh/
|
||||
- echo "$SSH-KEY" > ~/.ssh/id_25519
|
||||
- echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config
|
||||
- rsync -rv -e "ssh -p $SSH-PORT -i ~/.ssh/id_ed25519" /woodpecker/build/ woodpecker@$SSH-HOST:/home/woodpecker/build/vrifox.cc/ --checksum
|
||||
|
|
Loading…
Reference in a new issue