properly start ssh-agent
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
267b424747
commit
af4389b453
@ -34,7 +34,7 @@ steps:
|
|||||||
script:
|
script:
|
||||||
- echo deploy from drone started
|
- echo deploy from drone started
|
||||||
- cd ~/dtya
|
- cd ~/dtya
|
||||||
- ssh-agent -s
|
- eval $(ssh-agent)
|
||||||
- ssh-add ~/.ssh/overlord
|
- ssh-add ~/.ssh/overlord
|
||||||
- git pull
|
- git pull
|
||||||
- ./deploy
|
- ./deploy
|
||||||
|
Loading…
Reference in New Issue
Block a user