Update '.drone.yml'
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
Leon Etienne 2022-10-25 20:45:56 +00:00
parent 4c3f799d17
commit c68e310db3

View File

@ -11,7 +11,7 @@ steps:
SSH_PUB:
from_secret: ssh-pub
commands:
# - cd "GCryptLib/doxygen"
- cd "GCryptLib/doxygen"
- apt-get update
- >-
apt-get
@ -26,4 +26,11 @@ steps:
- chmod 600 ~/.ssh/id_ed25519
- chmod 644 ~/.ssh/id_ed25519.pub
- ssh-add
- >-
rsync_options=(
-avz
--recursive
--delete
--delete-excluded
)
- rsync "${rsync_options[@]}" -e "ssh -o IdentitiesOnly=yes" ./ doxygen-gcrypt@leonetienne.de:app