lib/fdlcap/defaults.rb in factorylabs-fdlcap-0.2.7 vs lib/fdlcap/defaults.rb in factorylabs-fdlcap-0.3.0
- old
+ new
@@ -1,12 +1,5 @@
Capistrano::Configuration.instance(:must_exist).load do
- # Set up default stages for capistano-ext-multistage
- unless exists?(:stages)
- set :stages, [ :staging, :production ]
- end
- unless exists?(:default_stage)
- set :default_stage, :staging
- end
end
\ No newline at end of file