Update .drone.yml
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
parent
d3f82717d8
commit
18012421bb
|
|
@ -34,11 +34,9 @@ steps:
|
|||
- eval $(ssh-agent)
|
||||
- ssh-add ~/.ssh/id_rsa
|
||||
- ssh-keyscan -H 'github.com' >> ~/.ssh/known_hosts
|
||||
- git remote add github git@github.com:muhep06/dgd-backupper-php.git
|
||||
- git pull --rebase origin master
|
||||
- git pull --rebase origin master --tags
|
||||
- git push -u github master --force
|
||||
- git push -u github master --tags --force
|
||||
- git remote set-url origin git@github.com:muhep06/dgd-backupper-php.git
|
||||
- git push --force
|
||||
- git push --tags --force
|
||||
|
||||
- name: build
|
||||
image: lorisleiva/laravel-docker
|
||||
|
|
|
|||
Loading…
Reference in New Issue