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

Muhep Atasoy 2019-12-16 20:29:40 +03:00
parent 18012421bb
commit ce3e67f46b
1 changed files with 7 additions and 3 deletions

View File

@ -34,9 +34,13 @@ steps:
- eval $(ssh-agent) - eval $(ssh-agent)
- ssh-add ~/.ssh/id_rsa - ssh-add ~/.ssh/id_rsa
- ssh-keyscan -H 'github.com' >> ~/.ssh/known_hosts - ssh-keyscan -H 'github.com' >> ~/.ssh/known_hosts
- git remote set-url origin git@github.com:muhep06/dgd-backupper-php.git - git pull origin master
- git push --force - git pull origin master --tags
- git push --tags --force - 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
- name: build - name: build
image: lorisleiva/laravel-docker image: lorisleiva/laravel-docker