travis-web/Procfile
2012-10-13 03:15:50 +02:00

4 lines
132 B
Plaintext

web: bundle exec unicorn -p $PORT -c ./config/unicorn.rb
guard: bundle exec guard
rerun: rerun -p 'assets/**/*' 'bundle exec rakep'