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

@@ -7,8 +7,8 @@
# @see lib/capistrano/tasks
# @see https://capistranorb.com
set :stages, %w(production development staging)
set :default_stage, "staging"
set :stages, %w(production test)
set :default_stage, "test"
set :application, "danbooru"
set :repo_url, "git://github.com/danbooru/danbooru.git"
set :deploy_to, "/var/www/danbooru2"