Revert "More paths"
All checks were successful
continuous-integration/drone/push Build is passing

This reverts commit 43dcdf4e6a.
This commit is contained in:
2023-05-11 07:56:32 -04:00
parent 43dcdf4e6a
commit cfad224c8d
6 changed files with 9 additions and 10 deletions

View File

@@ -166,8 +166,8 @@ steps:
ROUTE_PREFIX: /auth
PORT: 9001
commands:
- docker compose -f /drone/auth/docker/docker-compose.staging-build.yml build --pull --no-cache
- docker compose -f /drone/auth/docker/docker-compose.staging-build.yml up --remove-orphans --force-recreate --wait
- docker compose -f docker-compose.staging-build.yml build --pull --no-cache
- docker compose -f docker-compose.staging-build.yml up --remove-orphans --force-recreate --wait
volumes:
- name: env-secrets
path: /drone/auth/staging.env
@@ -205,7 +205,7 @@ volumes:
host:
path: /volume1/docker/beethoven/labs-auth/staging.env
- name: mongo-init
path: /drone/auth/docker/docker-entrypoint-initdb.d/mongo-init.js
path: /drone/auth/mongo-init.js
depends_on:
- Test Pipeline