Top Level Namespace

Defined Under Namespace

Modules: Capistrano, ImmosquareCapistrano

Instance Method Summary collapse

Instance Method Details

#expand_pathObject

##

We load solid_queue tasks

##


6
# File 'lib/immosquare/capistrano/rvm.rb', line 6

load File.expand_path("tasks/rvm.rake", __dir__)

#stageObject

##

cap stage xxx Exemple : cap production deploy we launch task just after the stage is loaded

##


13
14
15
# File 'lib/immosquare/capistrano/rvm.rb', line 13

Capistrano::DSL.stages.each do |stage|
  after stage, "rvm:hook"
end