added capistrano config

This commit is contained in:
Roland 2011-04-30 23:31:23 +02:00
parent 97f25be3a1
commit 37883e0846
2 changed files with 55 additions and 0 deletions

4
Capfile Normal file
View file

@ -0,0 +1,4 @@
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