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

@@ -1,6 +0,0 @@
set :user, "danbooru"
set :rails_env, "staging"
server "testbooru.donmai.us", :roles => %w(web app db), :primary => true, :user => "danbooru"
set :linked_files, fetch(:linked_files, []).push(".env.staging")
set :deploy_to, "/var/www/danbooru2"