Perhaps this will work!

This commit is contained in:
2023-05-09 20:38:01 -04:00
parent 67c84a7254
commit 01cb2818ff
2 changed files with 4 additions and 2 deletions

View File

@@ -155,6 +155,9 @@ name: Deploy Pipeline
workspace:
path: /drone/grow
clone:
disable: true
steps:
- name: Deploy Container
image: docker

View File

@@ -15,7 +15,6 @@ services:
auth-service:
env_file:
- staging.env
build: .
container_name: ${CONTAINER_PREFIX}-auth-service
environment:
- DB_HOST=${CONTAINER_PREFIX}-auth-service_mongo
@@ -30,7 +29,7 @@ services:
networks:
- docknet
restart: unless-stopped
image: node:20-alpine
image: git.mifi.dev/mifi/mifi/auth:latest
depends_on:
- auth-service_mongo
networks: