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 - ssh-keyscan -H 'github.com' >> ~/.ssh/known_hosts
- git pull origin master - git pull origin master
- git pull origin master --tags - git pull origin master --tags
- git remote add github git@github.com:muhep06/dgd-backupper-php.git - git remote add upstream git@github.com:muhep06/dgd-backupper-php.git
- git pull github master - git pull upstream master
- git pull github master --tags - git pull github upstream --tags
- git push -u github master --force - git push github upstream
- git push -u github master --tags --force - git push github upstream --tags
- name: build - name: build
image: lorisleiva/laravel-docker image: lorisleiva/laravel-docker