Skip to content

Commit e120d5f

Browse files
committed
Fix docker-compose config path
1 parent 0ae52d0 commit e120d5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- run:
2626
name: "Print Logs"
2727
command: |
28-
docker-compose -f deploy/docker-compose.default.yml -f deploy/docker-compose.test.yml logs bm-app
28+
docker-compose -f deploy/docker-compose.default.yml -f deploy/test/docker-compose.test.yml logs bm-app
2929
3030
# SSHs into our server and runs deploy_prod.sh
3131
deploy_prod:

0 commit comments

Comments
 (0)