This commit is contained in:
David McDonald
2020-06-16 12:22:24 +01:00
parent eec2c2859e
commit e674a3ca22
4 changed files with 8 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
#!/bin/bash
case $NOTIFY_APP_NAME in
api)
api|api-canary1)
unset GUNICORN_CMD_ARGS
exec scripts/run_app_paas.sh gunicorn -c /home/vcap/app/gunicorn_config.py application
;;