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

Muhep Atasoy 2019-12-16 20:35:51 +03:00
parent ce3e67f46b
commit 99a395f93c
1 changed files with 5 additions and 5 deletions

View File

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