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

Procfile.production - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 68e8556e9c03ebbdc13ed6762e1228c061a7c5c1 (plain)
1
2
web: bundle exec rails s -p $PORT -e production
worker: bundle exec rake environment resque:work RAILS_ENV=production QUEUE=* VVERBOSE=1