ci(config.yml): add debug logs

This commit is contained in:
Krrish Dholakia 2024-01-24 19:54:37 -08:00
parent f148094d18
commit 05b4d49882

View file

@ -152,7 +152,8 @@ jobs:
my-app:latest \ my-app:latest \
--config /app/config.yaml \ --config /app/config.yaml \
--port 4000 \ --port 4000 \
--num_workers 8 --num_workers 8 \
--debug
- run: - run:
name: Install curl and dockerize name: Install curl and dockerize
command: | command: |