diff --git a/Procfile b/Procfile new file mode 100644 index 0000000..d174edb --- /dev/null +++ b/Procfile @@ -0,0 +1,2 @@ +web: bundle exec unicorn -p $PORT -c ./config/unicorn.rb + diff --git a/config/unicorn.rb b/config/unicorn.rb new file mode 100644 index 0000000..93daccd --- /dev/null +++ b/config/unicorn.rb @@ -0,0 +1,3 @@ +worker_processes 4 +timeout 30 +