travis-web/Procfile
2012-09-19 16:43:04 +02:00

4 lines
135 B
Plaintext

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