diff --git a/heroku.yml b/heroku.yml index 0647324..b335baa 100644 --- a/heroku.yml +++ b/heroku.yml @@ -13,4 +13,4 @@ release: image: web # The command that runs your application. Replace 'app' with the name of your app. run: - web: gunicorn -t 180 --log-level debug councilmatic.wsgi:application + web: gunicorn -t 180 --log-level debug chicago.wsgi:application