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 /config/deploy/sandbox.rb | |
| parent | adb8844abec23b4ab0382d59397cd2e6a0caaa58 (diff) | |
| download | chouette-core-62dac463665bbe9c5255162c0bbb3b6217a067cb.tar.bz2 | |
Add capistrano to chouette2
Diffstat (limited to 'config/deploy/sandbox.rb')
| -rw-r--r-- | config/deploy/sandbox.rb | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/config/deploy/sandbox.rb b/config/deploy/sandbox.rb new file mode 100644 index 000000000..f9e1354d6 --- /dev/null +++ b/config/deploy/sandbox.rb @@ -0,0 +1,2 @@ +server "sandbox", :app, :web, :db, :primary => true +set :deploy_via, :remote_cache | 
