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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dzaporozhets@sphereconsultinginc.com>2012-11-07 16:01:23 +0400
committerDmitriy Zaporozhets <dzaporozhets@sphereconsultinginc.com>2012-11-07 16:01:23 +0400
commitd52f06f38013540a9798686aa37c4dad120c3d74 (patch)
treeca517f23a3f632a0d3e61cf6b5587fd34845421e /Procfile.production
parent22d0569dbbbaa12f3589717f25c340f8b67df1c7 (diff)
Remove gitlab-cli and Proc.prod. Use foreman for development and unicorn for production.
Diffstat (limited to 'Procfile.production')
-rw-r--r--Procfile.production2
1 files changed, 0 insertions, 2 deletions
diff --git a/Procfile.production b/Procfile.production
deleted file mode 100644
index f1126486512..00000000000
--- a/Procfile.production
+++ /dev/null
@@ -1,2 +0,0 @@
-web: bundle exec rails s -p $PORT -e production
-worker: bundle exec rake environment resque:work RAILS_ENV=production QUEUE=*