Skip to content

Commit

Permalink
Updated procfile for seperate environment settings
Browse files Browse the repository at this point in the history
  • Loading branch information
kennethlimjf committed Jul 10, 2014
1 parent ae2b6b1 commit a9352c1
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Procfile
Original file line number Diff line number Diff line change
@@ -1 +1,10 @@
Procfile.dev

web: bundle exec unicorn -p 3000 -E development -c ./config/unicorn.rb
redis: redis-server



Procfile

web: bundle exec unicorn -p $PORT -E $RACK_ENV -c ./config/unicorn.rb

0 comments on commit a9352c1

Please sign in to comment.