Update .drone.yml

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

View File

@ -38,9 +38,11 @@ steps:
- git pull origin master --tags - git pull origin master --tags
- git remote add upstream git@github.com:muhep06/dgd-backupper-php.git - git remote add upstream git@github.com:muhep06/dgd-backupper-php.git
- git pull upstream master - git pull upstream master
- git pull github upstream --tags - git pull upstream master --tags
- git push github upstream - git push upstream master
- git push github upstream --tags - git push upstream master --tags
when:
event: tag
- name: build - name: build
image: lorisleiva/laravel-docker image: lorisleiva/laravel-docker