Commit 74094d08de98d0990a14179cf6c44df6e92b2f53
- Diff rendering mode:
- inline
- side by side
config/deploy.rb
(2 / 3)
|   | |||
| 15 | 15 | ||
| 16 | 16 | set :scm, :git | |
| 17 | 17 | set :ssh_options, { :forward_agent => true } | |
| 18 | set :repository, "/var/git/#{application}/mainline.git" | ||
| 18 | set :repository, "git@git.sonianarchive.com:#{application}/mainline.git" | ||
| 19 | 19 | set :branch, "sonian" | |
| 20 | set :repository_cache, "git-cache" | ||
| 21 | set :deploy_to, "/var/www/#{application}" | ||
| 22 | 20 | set :deploy_via, :remote_cache | |
| 21 | set :deploy_to, "/var/www/#{application}" | ||
| 23 | 22 | ||
| 24 | 23 | after "deploy:setup" do | |
| 25 | 24 | run "mkdir -p #{shared_path}/config" |
Comments
Add a new comment:
Login or create an account to post a comment
Add your comment
Please log in to comment

