heylium-webapp/Capfile
Nicolas VARROT 3ae76a9a57 Capistranize
2016-11-08 19:31:39 +01:00

5 lines
246 B
Ruby
Executable File

load 'deploy' if respond_to?(:namespace) # cap2 differentiator
Dir['vendor/gems/*/recipes/*.rb','vendor/plugins/*/recipes/*.rb'].each { |plugin| load(plugin) }
load 'config/deploy' # remove this line to skip loading any of the default tasks