[CI/CD] install openssh and rsync
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
b5501eb9eb
commit
819404a44c
1 changed files with 2 additions and 1 deletions
|
@ -8,10 +8,11 @@ pipeline:
|
||||||
upload:
|
upload:
|
||||||
image: archlinux
|
image: archlinux
|
||||||
commands:
|
commands:
|
||||||
|
- pacman -Syu openssh rsync
|
||||||
- mkdir -p ~/.ssh
|
- mkdir -p ~/.ssh
|
||||||
- echo "$SSH-KEY" > ~/.ssh/id_25519
|
- echo "$SSH-KEY" > ~/.ssh/id_25519
|
||||||
- echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config
|
- 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
|
- rsync -rv -e "ssh -p $SSH-PORT -i ~/.ssh/id_ed25519" /woodpecker/build/ woodpecker@$SSH-HOST:/home/woodpecker/build/vrifox.cc/ --checksum
|
||||||
secrets: [ ssh-key, ssh-port, ssh-host, ssh-dir ]
|
secrets: [ ssh-key, ssh-port, ssh-host ]
|
||||||
|
|
||||||
branches: main
|
branches: main
|
Loading…
Reference in a new issue