diff options
| author | Luc Donnet | 2013-12-11 14:03:50 +0100 | 
|---|---|---|
| committer | Luc Donnet | 2013-12-11 14:03:50 +0100 | 
| commit | 62dac463665bbe9c5255162c0bbb3b6217a067cb (patch) | |
| tree | fd67f6465f97fc4bb2991331984e4f0adffb38b5 /Capfile | |
| parent | adb8844abec23b4ab0382d59397cd2e6a0caaa58 (diff) | |
| download | chouette-core-62dac463665bbe9c5255162c0bbb3b6217a067cb.tar.bz2 | |
Add capistrano to chouette2
Diffstat (limited to 'Capfile')
| -rw-r--r-- | Capfile | 8 | 
1 files changed, 8 insertions, 0 deletions
| diff --git a/Capfile b/Capfile new file mode 100644 index 000000000..6f2b99a42 --- /dev/null +++ b/Capfile @@ -0,0 +1,8 @@ +load 'deploy' if respond_to?(:namespace) # cap2 differentiator +require 'bundler/capistrano' +# Uncomment if you are using Rails' asset pipeline +load 'deploy/assets' + +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
\ No newline at end of file | 
