We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 032341b commit 18f2081Copy full SHA for 18f2081
Procfile
@@ -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