Update '.drone.yml'
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Leon Etienne 2022-10-25 20:53:08 +00:00
parent fb88adb929
commit 9623fcf0fe

View File

@ -15,10 +15,10 @@ steps:
- apt-get update - apt-get update
- >- - >-
apt-get apt-get
install install
openssh-client openssh-client
rsync rsync
-y -y
- eval "$(ssh-agent -s)" - eval "$(ssh-agent -s)"
- mkdir -p ~/.ssh - mkdir -p ~/.ssh
- echo "$SSH_PRIV" > ~/.ssh/id_ed25519 - echo "$SSH_PRIV" > ~/.ssh/id_ed25519
@ -27,9 +27,12 @@ steps:
- chmod 644 ~/.ssh/id_ed25519.pub - chmod 644 ~/.ssh/id_ed25519.pub
- ssh-add - ssh-add
- >- - >-
rsync_options=( rsync
-avz -avz
--recursive --recursive
--delete --delete
--delete-excluded) --delete-excluded
- rsync $rsync_options -e "ssh -o IdentitiesOnly=yes" ./ doxygen-gcrypt@leonetienne.de:app -e
"ssh -o IdentitiesOnly=yes"
./
doxygen-gcrypt@leonetienne.de:app