Commit 7d7613482349039eb19274733ce69e7b82d3b629

Authored by Cyril Mougel
2 parents 175b8ca5 d66eb59d
Exists in master and in 1 other branch production

Merge pull request #576 from arthurnn/procfile_dev

Organize Procfiles
Showing 2 changed files with 2 additions and 1 deletions   Show diff stats
Procfile
1   -web: bundle exec puma
  1 +web: bundle exec unicorn -p $PORT -c ./config/unicorn.rb
... ...
Procfile.dev 0 → 100644
... ... @@ -0,0 +1 @@
  1 +web: bundle exec puma
... ...