mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-17 07:40:12 +01: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'
|