build(config.yml): fix spacing for cli args

This commit is contained in:
Krrish Dholakia 2024-01-30 08:29:28 -08:00
parent 54ea1b0cf4
commit efc5ec5906

View file

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