diff options
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 |
