Remove staging environment.

We never used any of this stuff. The only environments used are
production, development, and test.
This commit is contained in:
evazion
2021-09-16 00:44:26 -05:00
parent 7e3371f758
commit c14e3ec902
5 changed files with 3 additions and 137 deletions

View File

@@ -57,7 +57,7 @@ gem 'puma-metrics'
gem 'puma_worker_killer'
gem "rack-timeout", require: "rack/timeout/base"
group :production, :staging do
group :production do
gem 'unicorn', :platforms => :ruby
gem 'capistrano3-unicorn'
end