feature/deploy-from-image-2 #4

Merged
mifi merged 2 commits from feature/deploy-from-image-2 into main 2023-05-10 00:48:41 +00:00
2 changed files with 5 additions and 2 deletions

View File

@@ -60,6 +60,7 @@ steps:
trigger:
branch:
- main
- develop
event:
- pull_request
@@ -155,6 +156,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: