From 52b53df706b3dc26cebdc7be359adb58f6a1aa20 Mon Sep 17 00:00:00 2001 From: Muhep Atasoy Date: Mon, 16 Dec 2019 20:37:51 +0300 Subject: [PATCH] Update .drone.yml --- .drone.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index c73fccb..3d8fcce 100644 --- a/.drone.yml +++ b/.drone.yml @@ -38,9 +38,11 @@ steps: - git pull origin master --tags - 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 + - git pull upstream master --tags + - git push upstream master + - git push upstream master --tags + when: + event: tag - name: build image: lorisleiva/laravel-docker