Bring back the separate build step
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-05-10 14:21:52 -04:00
parent 1bb5151fce
commit 12bff5848a

View File

@@ -166,8 +166,8 @@ steps:
ROUTE_PREFIX: /auth
PORT: 9001
commands:
# - docker compose -f docker-compose.staging-build.yml build --pull --no-cache
- docker compose -f docker-compose.staging-build.yml up --remove-orphans --pull always --build --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