diff --git a/.drone.yml b/.drone.yml index 001e93db..7625973f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -30,7 +30,7 @@ steps: - git config --global --add safe.directory $PWD - git remote add github git@github.com:/BlackLight/platypush.git - git pull --rebase github master - - git push -f --all -v github + - git push --all -v github - name: docs image: alpine