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:
authorJonne Haß <me@jhass.eu>2015-05-17 19:48:02 +0300
committerDennis Schubert <mail@dennis-schubert.de>2015-05-19 03:55:31 +0300
commit4bde00177cf81fe516be5d5a83fc68d78780a480 (patch)
treeb3a103b4213df4228cfe890bb92ce66bb9fccaed /Procfile
parenta21de8b190a39753aea838e982a606340342e0e5 (diff)
replace foreman with eye
closes #5966
Diffstat (limited to 'Procfile')
-rw-r--r--Procfile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Procfile b/Procfile
index 4119cf536..627365c9e 100644
--- a/Procfile
+++ b/Procfile
@@ -1,3 +1,2 @@
-web: bin/bundle exec unicorn_rails -c config/unicorn.rb -p $PORT
+web: bin/bundle exec unicorn -c config/unicorn.rb -p $PORT
sidekiq: bin/bundle exec sidekiq
-xmpp: bin/bundle exec vines start