From 512577768ca17fd74749bb59362e20c3a12b3306 Mon Sep 17 00:00:00 2001 From: luisramos0 Date: Sun, 2 Sep 2018 22:13:42 +0100 Subject: [PATCH] Removed old files that were used with, now unsuported, heroku --- Procfile | 1 - config/unicorn.rb | 2 -- 2 files changed, 3 deletions(-) delete mode 100644 Procfile delete mode 100644 config/unicorn.rb 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