Commit 686c876e3d5c7c490da244af2fe9939a3097c08b
- Diff rendering mode:
- inline
- side by side
config/deploy.rb
(2 / 2)
|   | |||
| 18 | 18 | set :deploy_to, "/var/www/#{application}" | |
| 19 | 19 | ||
| 20 | 20 | set :scm, :git | |
| 21 | set :repository, "/var/git/#{application}.git" | ||
| 21 | set :repository, "git@git.sonianarchive.com:#{application}/mainline.git" | ||
| 22 | 22 | set :repository_cache, "git-cache" | |
| 23 | 23 | set :ssh_options, { :forward_agent => true } | |
| 24 | 24 | set :deploy_via, :remote_cache | |
| 25 | set :branch, "sonian" | ||
| 25 | # set :branch, "master" | ||
| 26 | 26 | ||
| 27 | 27 | DATABASE_YML = ERB.new <<-EOF | |
| 28 | 28 | base: &base |

