summaryrefslogtreecommitdiff
path: root/config/recipes/environments.rb
diff options
context:
space:
mode:
Diffstat (limited to 'config/recipes/environments.rb')
-rw-r--r--config/recipes/environments.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/config/recipes/environments.rb b/config/recipes/environments.rb
new file mode 100644
index 0000000..cee0993
--- /dev/null
+++ b/config/recipes/environments.rb
@@ -0,0 +1,5 @@
+set :stages, %w(prod qa mo)
+set :default_stage, "qa"
+
+# this needs to be set last
+require 'capistrano/ext/multistage'