Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxwell Salzberg <maxwell@joindiaspora.com>2012-01-08 10:55:20 +0400
committerMaxwell Salzberg <maxwell@joindiaspora.com>2012-01-08 10:55:43 +0400
commitd38e75c1f5d2fd6114b5e62afaf9166db47197a3 (patch)
treef8dbbab450c939a2958de0f3a4724b2825e3c2c8 /Procfile
parent334a2edd70e1989082f91fd5fa8843e2ea7098ec (diff)
rollback foreman as it seemed to stop liking resque's ENV vars. [ci skip]
Diffstat (limited to 'Procfile')
-rw-r--r--Procfile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Procfile b/Procfile
index 18cbb97c1..e65f16603 100644
--- a/Procfile
+++ b/Procfile
@@ -1,3 +1,3 @@
-web: bundle exec rails s -p $PORT
-redis: redis-server
-worker: QUEUE=* bundle exec rake resque:work
+web: bundle exec rails s -p $PORT
+redis: redis-server
+worker: QUEUE=* bundle exec rake resque:work