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" }