Commit 1d0e19b36f8fc2cd5ccb10a7d8cceec1714a4a74

Authored by Cyril Mougel
2 parents da0ccdb5 7ffe43e4
Exists in master and in 1 other branch production

Merge pull request #569 from arthurnn/procfile

run only one server on foreman
Showing 1 changed file with 1 additions and 2 deletions   Show diff stats
Procfile
1   -puma_web: bundle exec puma
2   -web: bundle exec unicorn -p $PORT -c ./config/unicorn.rb
  1 +web: bundle exec puma
... ...