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

Muhep Atasoy 2019-12-16 00:39:19 +03:00
parent d9d600e61e
commit 57a580a127
1 changed files with 3 additions and 2 deletions

View File

@ -35,8 +35,9 @@ steps:
- ssh-add ~/.ssh/id_rsa
- ssh-keyscan -H 'github.com' >> ~/.ssh/known_hosts
- git remote add github git@github.com:muhep06/dgd-backupper-php.git
- git pull github master
- git push github master --tags --force
- git pull --rebase origin master
- git pull --rebase origin master --tags
- git push -u github master --tags --force
- name: build
image: lorisleiva/laravel-docker