root/trunk/Capfile

Revision 827, 151 bytes (checked in by gaspard, 1 year ago)

Modified capistrano tasks to work with capistrano 2. This means you now have to use 'cap up' instead of 'cap update_current'. The other tasks should work fine.

Line 
1 load 'deploy' if respond_to?(:namespace) # cap2 differentiator
2 Dir['vendor/plugins/*/recipes/*.rb'].each { |plugin| load(plugin) }
3 load 'config/deploy'
Note: See TracBrowser for help on using the browser.