lib/astrovan/session.rb in sbfaulkner-astrovan-0.5.4 vs lib/astrovan/session.rb in sbfaulkner-astrovan-0.5.6
- old
+ new
@@ -14,13 +14,18 @@
include Astrovan::Update
#:stopdoc:
DEFAULTS = {
:application => nil,
+ :current_path => nil,
:deploy_to => nil,
:env => nil,
+ :git => 'git',
:password => nil,
+ :rake => 'rake',
:rakefile => nil,
+ :release_path => nil,
+ :shared_path => nil,
:username => nil
}
#:startdoc:
# array of names of the hosts for the deployment session