Update .drone.yml
continuous-integration/drone/push Build is failing Details

pull/1/head
Muhep Atasoy 2019-12-15 16:20:17 +03:00
parent c342cc34db
commit 79990463bc
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ steps:
- chmod 600 ~/.ssh/id_rsa.pub - chmod 600 ~/.ssh/id_rsa.pub
- eval $(ssh-agent) - eval $(ssh-agent)
- ssh-add ~/.ssh/id_rsa - ssh-add ~/.ssh/id_rsa
- ssh-keyscan -H 'github.com' >> ~/.ssh/known_hosts
- ssh -T git@github.com - ssh -T git@github.com
# - git remote add github git@github.com:muhep06/dgd-backupper-php.git # - git remote add github git@github.com:muhep06/dgd-backupper-php.git
# - git push github master # - git push github master