added capistrano scripts

This commit is contained in:
albert
2011-08-22 17:19:25 -04:00
parent 2b7a8f2d67
commit 6b01c88679
5 changed files with 50 additions and 2 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