Update .drone.yml
parent
99a395f93c
commit
52b53df706
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue