Skip to content

Commit 18f2081

Browse files
committed
foreman procfile added
1 parent 032341b commit 18f2081

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Procfile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
web1: env RAILS_ENV=integration1 bundle exec rails s -p 3001
2+
worker1: env RAILS_ENV=integration1 VVERBOSE=1 QUEUE=* bundle exec rake resque:work
3+
redis1: env RAILS_ENV=integration1 redis-server ./redis-integration1.conf
4+
web2: env RAILS_ENV=integration2 bundle exec rails s -p 3002
5+
worker2: env RAILS_ENV=integration2 VVERBOSE=1 QUEUE=* bundle exec rake resque:work
6+
redis2: env RAILS_ENV=integration2 redis-server ./redis-integration2.conf

0 commit comments

Comments
 (0)