From ac5c09b7da3c4dcd9bc14445bd90837f670f7d06 Mon Sep 17 00:00:00 2001 From: mifi Date: Thu, 4 May 2023 21:17:59 -0400 Subject: [PATCH] Or maybe add the registry to the package.json... --- .drone.yml | 2 +- package.json | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 133d193..5d393b6 100644 --- a/.drone.yml +++ b/.drone.yml @@ -201,7 +201,7 @@ workspace: steps: - name: Deploy Container - image: docker:dind + image: docker commands: - docker compose build - docker compose up --wait diff --git a/package.json b/package.json index 3e043ea..8adbbbc 100644 --- a/package.json +++ b/package.json @@ -76,5 +76,10 @@ "passport-jwt": "^4.0.1", "passport-local": "^1.0.0" }, - "description": "" + "description": "", + "repository": { + "type": "git", + "url": "https://git.mifi.dev/mifi/auth.git" + }, + "registry": "https://git.mifi.dev" }