add production2 env for testing new servers

This commit is contained in:
Albert Yi
2018-09-21 12:47:03 -07:00
parent 4fd949ca8d
commit 897d3d3a99
8 changed files with 161 additions and 17 deletions

View File

@@ -1,4 +1,4 @@
set :stages, %w(production development staging)
set :stages, %w(production production2 development staging)
set :default_stage, "staging"
set :application, "danbooru"
set :repo_url, "git://github.com/r888888888/danbooru.git"