From 01cb2818ff3c96edbb9a91baf8a4038106cec297 Mon Sep 17 00:00:00 2001 From: mifi Date: Tue, 9 May 2023 20:38:01 -0400 Subject: [PATCH 1/2] Perhaps this will work! --- .drone.yml | 3 +++ docker-compose.staging_image.yml | 3 +-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index f82e642..e89d6b8 100644 --- a/.drone.yml +++ b/.drone.yml @@ -155,6 +155,9 @@ name: Deploy Pipeline workspace: path: /drone/grow +clone: + disable: true + steps: - name: Deploy Container image: docker diff --git a/docker-compose.staging_image.yml b/docker-compose.staging_image.yml index a6caca2..0a61e98 100644 --- a/docker-compose.staging_image.yml +++ b/docker-compose.staging_image.yml @@ -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: -- 2.49.1 From 0e02c8ab150d47552155acce92e27f149d854721 Mon Sep 17 00:00:00 2001 From: mifi Date: Tue, 9 May 2023 20:39:35 -0400 Subject: [PATCH 2/2] add develop branch pr's to test checks --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index e89d6b8..2b39f4a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -60,6 +60,7 @@ steps: trigger: branch: - main + - develop event: - pull_request -- 2.49.1