mirror of
https://github.com/TracksApp/tracks.git
synced 2025-09-21 21:40:48 +02:00
3 lines
152 B
Ruby
3 lines
152 B
Ruby
load 'deploy' if respond_to?(:namespace) # cap2 differentiator
|
|
Dir['vendor/plugins/*/recipes/*.rb'].each { |plugin| load(plugin) }
|
|
load 'config/deploy'
|