Added remota
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
Nicolai Ort 2022-05-04 20:46:04 +02:00
parent 848e1b43a3
commit 5fe28253e0
Signed by: niggl
GPG Key ID: 13AFA55AF62F269F

View File

@ -37,6 +37,7 @@ steps:
image: registry.odit.services/hub/library/node:18.1.0-alpine3.15 image: registry.odit.services/hub/library/node:18.1.0-alpine3.15
commands: commands:
- apk add git - apk add git
- git remote add origin git@git.odit.services:odit/nginx-brotli.git
- yarn - yarn
- yarn release - yarn release
- name: push to repo - name: push to repo