4 Commits

Author SHA1 Message Date
cd980f2af9 Merge pull request 'feature/deploy-from-image-2' (#4) from feature/deploy-from-image-2 into main
Reviewed-on: #4
2023-05-10 00:48:40 +00:00
0e02c8ab15 add develop branch pr's to test checks
Some checks failed
continuous-integration/drone/pr Build is passing
continuous-integration/drone Build is failing
2023-05-09 20:39:35 -04:00
01cb2818ff Perhaps this will work! 2023-05-09 20:38:01 -04:00
67c84a7254 Merge pull request 'Switch to docker image for deploy' (#3) from feature/deploy-from-image into main
Reviewed-on: #3
2023-05-10 00:32:10 +00:00
2 changed files with 5 additions and 2 deletions

View File

@@ -60,6 +60,7 @@ steps:
trigger: trigger:
branch: branch:
- main - main
- develop
event: event:
- pull_request - pull_request
@@ -155,6 +156,9 @@ name: Deploy Pipeline
workspace: workspace:
path: /drone/grow path: /drone/grow
clone:
disable: true
steps: steps:
- name: Deploy Container - name: Deploy Container
image: docker image: docker

View File

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