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

Muhep Atasoy 2019-12-16 00:28:18 +03:00
parent d784de6bde
commit 04909159dc
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@ steps:
- ssh-add ~/.ssh/id_rsa - ssh-add ~/.ssh/id_rsa
- ssh-keyscan -H 'github.com' >> ~/.ssh/known_hosts - ssh-keyscan -H 'github.com' >> ~/.ssh/known_hosts
- 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 pull github origin master
- git push github master --tags - git push github master --tags
- name: build - name: build