diff --git a/.drone.yml b/.drone.yml index 12dc228..1c80bf2 100644 --- a/.drone.yml +++ b/.drone.yml @@ -37,7 +37,7 @@ steps: image: registry.odit.services/hub/library/node:18.1.0-alpine3.15 commands: - apk add git - - git remote add origin git@git.odit.services:odit/nginx-brotli.git + - git config --global push.default current - yarn - yarn release - name: push to repo