Skip to content

Commit

Permalink
Use unicorn in the procfile
Browse files Browse the repository at this point in the history
  • Loading branch information
kevindew committed Jan 31, 2018
1 parent 3456fc9 commit 0bec548
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Procfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
web: bundle exec rails s -p 3093
web: bundle exec unicorn -c ./config/unicorn.rb -p ${PORT:-3093}
worker: bundle exec sidekiq -C ./config/sidekiq.yml

0 comments on commit 0bec548

Please sign in to comment.