diff --git a/Procfile b/Procfile deleted file mode 100644 index 9249f1e3f5..0000000000 --- a/Procfile +++ /dev/null @@ -1 +0,0 @@ -web: bundle exec unicorn -p $PORT -c ./config/unicorn.rb \ No newline at end of file diff --git a/config/unicorn.rb b/config/unicorn.rb deleted file mode 100644 index 22e954b4d0..0000000000 --- a/config/unicorn.rb +++ /dev/null @@ -1,2 +0,0 @@ -worker_processes 2 # amount of unicorn workers to spin up -timeout 120 # restarts workers that hang for 30 seconds