3 Commits
1.0.6 ... 1.0.9

Author SHA1 Message Date
bb7b15351d More attempts at publishing... 2023-05-26 09:08:33 -04:00
bc73ab271b ugh 2023-05-25 13:30:17 -04:00
b1b1f3e0b9 Muahahahaha. Or not... 2023-05-25 13:08:14 -04:00
2 changed files with 5 additions and 2 deletions

View File

@@ -91,6 +91,7 @@ steps:
commands: commands:
- yarn set version stable - yarn set version stable
- yarn install - yarn install
- yarn build:production
volumes: volumes:
- name: yarnrc - name: yarnrc
path: /drone/auth/.yarnrc.yml path: /drone/auth/.yarnrc.yml
@@ -125,7 +126,9 @@ steps:
repo: git.mifi.dev/mifi/auth-service repo: git.mifi.dev/mifi/auth-service
registry: git.mifi.dev registry: git.mifi.dev
build_args: build_args:
NPM_TOKEN: - MONGO_ENTRY_FILE=latest
- MONGO_VERSION=latest
- NPM_TOKEN:
from_secret: reg_token from_secret: reg_token
ssh-agent-key: ssh-agent-key:
from_secret: reg_token from_secret: reg_token

View File

@@ -1,6 +1,6 @@
{ {
"name": "@mifi/auth-service", "name": "@mifi/auth-service",
"version": "1.0.6", "version": "1.0.9",
"author": "mifi (Mike Fitzpatrick)", "author": "mifi (Mike Fitzpatrick)",
"license": "MIT", "license": "MIT",
"scripts": { "scripts": {