2 Commits

Author SHA1 Message Date
8ee5d627aa Resolving stupid errors
All checks were successful
continuous-integration/drone/push Build is passing
2023-05-05 08:21:02 -04:00
775dd60b56 Mostly passing pipelines, still a broken deploy... 2023-05-05 08:19:29 -04:00
3 changed files with 9 additions and 5 deletions

View File

@@ -58,6 +58,8 @@ steps:
- failure
trigger:
branch:
- main
event:
- pull_request
- push
@@ -73,7 +75,7 @@ workspace:
path: /drone/grow
steps:
- name: Build Service
- name: Build Package
image: node:latest
commands:
- yarn install
@@ -154,7 +156,7 @@ volumes:
path: /volume1/docker/grow/labs-auth/.npmrc
depends_on:
- Build Pipeline
- Test Pipeline
trigger:
branch:
@@ -175,7 +177,9 @@ steps:
image: docker
privileged: true
commands:
- docker compose pull
- docker compose build --no-cache
- docker compose down
- docker compose up --wait
volumes:
- name: env
@@ -213,7 +217,7 @@ volumes:
path: /volume1/docker/labs/grow-auth/.env
depends_on:
- Build Pipeline
- Test Pipeline
trigger:
branch:

View File

@@ -22,7 +22,7 @@ services:
- ROUTE_PREFIX=${ROUTE_PREFIX}
- LOGIN_ROUTE=${LOGIN_ROUTE}
- RESET_ROUTE=${RESET_ROUTE}
- DB_HOST=${CONTAINER_PREFIX}-${SERVICE_NAME}_${DB_TYPE}
- DB_HOST=${SERVICE_NAME}_${DB_TYPE}
- DB_USER=${DB_USER}
- DB_PASS=${DB_PASS}
- DB_NAME=${DB_NAME}

View File

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