diff options
| author | mo <mo.khan@gmail.com> | 2017-12-01 18:48:16 -0700 |
|---|---|---|
| committer | mo <mo.khan@gmail.com> | 2017-12-01 18:48:16 -0700 |
| commit | df42861376207a90bc1f05854fc185bd1622eaf1 (patch) | |
| tree | 29c846660b7b2fc52acf64d78a59f360ae776486 /Procfile | |
| parent | 07d05c491f947e37af83471e44a1f96e70665ea4 (diff) | |
add procfile for heroku.
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..c2c566e --- /dev/null +++ b/Procfile @@ -0,0 +1 @@ +web: bundle exec puma -C config/puma.rb |
