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:
|
SSH_PUB:
|
||||||
from_secret: ssh-pub
|
from_secret: ssh-pub
|
||||||
commands:
|
commands:
|
||||||
# - cd "GCryptLib/doxygen"
|
- cd "GCryptLib/doxygen"
|
||||||
- apt-get update
|
- apt-get update
|
||||||
- >-
|
- >-
|
||||||
apt-get
|
apt-get
|
||||||
@ -26,4 +26,11 @@ steps:
|
|||||||
- chmod 600 ~/.ssh/id_ed25519
|
- chmod 600 ~/.ssh/id_ed25519
|
||||||
- chmod 644 ~/.ssh/id_ed25519.pub
|
- chmod 644 ~/.ssh/id_ed25519.pub
|
||||||
- ssh-add
|
- 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