Skip to content

Commit c407184

Browse files
committed
Fix puma options in production.ru
* Rackup file != Puma config file. Signed-off-by: Alex Coles <[email protected]>
1 parent 940043e commit c407184

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Procfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
web: bundle exec puma -t 0:20 -p $PORT -e $RACK_ENV -C production.ru
1+
web: bundle exec puma -t 0:20 -p $PORT -e $RACK_ENV production.ru

0 commit comments

Comments
 (0)