Update '.drone.yml'
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
This commit is contained in:
parent
4c3f799d17
commit
c68e310db3
11
.drone.yml
11
.drone.yml
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user