Skip to content

Commit

Permalink
Launch all processes in production environment
Browse files Browse the repository at this point in the history
  • Loading branch information
dtan4 committed Jan 11, 2015
1 parent 166e09f commit 7e6a3b0
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,2 +1,2 @@
web: bundle exec unicorn -p $PORT -c ./config/unicorn.rb
worker: bundle exec clockwork lib/clock.rb
web: bundle exec unicorn -p $PORT -c ./config/unicorn.rb -E production
worker: bundle exec clockwork lib/clock.rb RAILS_ENV=production

0 comments on commit 7e6a3b0

Please sign in to comment.