diff --git a/Procfile b/Procfile index c250288..3cd4cd6 100644 --- a/Procfile +++ b/Procfile @@ -1,4 +1,4 @@ -web: cd node_modules/@grouparoo/core && WEB_SERVER=true WORKERS=1 ./api/bin/start -worker: cd node_modules/@grouparoo/core && WEB_SERVER=false WORKERS=10 ./api/bin/start +web: cd node_modules/@grouparoo/core && WEB_SERVER=true WORKERS=1 ./bin/start +worker: cd node_modules/@grouparoo/core && WEB_SERVER=false WORKERS=10 ./bin/start # Note: Normally, `web` would have no workers or scheduler, but we want to be able to run the app on a simple heroku deploy