preparing to v2.2

3-1-stable
Dmitriy Zaporozhets 2012-02-19 12:36:16 +02:00
parent a6870dd08f
commit ee45a49c57
3 changed files with 3 additions and 3 deletions

View File

@ -1,2 +1,2 @@
web: bundle exec rails s -p $PORT -e production
worker: bundle exec rake environment resque:work RAILS_ENV=production QUEUE=* VVERBOSE=1
worker: bundle exec rake environment resque:work RAILS_ENV=production QUEUE=*

View File

@ -1 +1 @@
2.2.0pre
2.2.0

View File

@ -1,2 +1,2 @@
mkdir tmp/pids
nohup bundle exec rake environment resque:work QUEUE=* VVERBOSE=1 RAILS_ENV=production PIDFILE=tmp/pids/resque_worker_QUEUE.pid & >> log/resque_worker_QUEUE.log 2>&1
nohup bundle exec rake environment resque:work QUEUE=* RAILS_ENV=production PIDFILE=tmp/pids/resque_worker_QUEUE.pid & >> log/resque_worker_QUEUE.log 2>&1