Skip to content
This repository has been archived by the owner on Apr 9, 2022. It is now read-only.

Commit

Permalink
remove /api from bin path
Browse files Browse the repository at this point in the history
  • Loading branch information
evantahler authored Feb 18, 2021
1 parent 714f27d commit 38fb2c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Procfile
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 38fb2c6

Please # to comment.