diff options
| author | mo khan <mo@mokhan.ca> | 2014-02-21 21:17:05 -0700 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2014-02-21 21:17:05 -0700 |
| commit | 43e38c3dc960a11e90bd2a028efab4ba77f1cd47 (patch) | |
| tree | 5efeac7ae011e51e8e0161b5c4734940fa00a84c /Procfile | |
| parent | f3b3b2fc4b52694def53309ea2955ef28a44a8a0 (diff) | |
use unicorn.
Diffstat (limited to 'Procfile')
| -rw-r--r-- | Procfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Procfile b/Procfile new file mode 100644 index 0000000..9c82374 --- /dev/null +++ b/Procfile @@ -0,0 +1 @@ +web: bundle exec unicorn -p $PORT -c ./config/unicorn.rb |
