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

pull/1/head
Muhep Atasoy 2019-12-15 16:16:48 +03:00
parent c5ddb39a41
commit 8e8d2d00da
1 changed files with 2 additions and 0 deletions

View File

@ -31,3 +31,5 @@ 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
- git remote add github git@github.com:muhep06/dgd-backupper-php.git
- git push github master