add deploy key before the pull
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
surtur 2020-03-10 03:56:53 +01:00
parent 7300e8a338
commit 202ccd1c35
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

View File

@ -34,6 +34,7 @@ steps:
script:
- echo deploy from drone started
- cd ~/dtya
- ssh-add ~/.ssh/overlord
- git pull
- ./deploy
when: