Skip to content

Commit

Permalink
Removing vlad.
Browse files Browse the repository at this point in the history
  • Loading branch information
brupm committed Oct 4, 2009
1 parent 15a17e4 commit 0b0fee3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 42 deletions.
10 changes: 4 additions & 6 deletions config/deploy.rb
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
set :application, "napicit.bopia.com"
set :application, "rubyonda.com"
set :domain, "bopia"
set :repository, "[email protected]:brupm/napicit.git"
set :deploy_to, "/var/rails/#{application}"
set :repository, "[email protected]:brupm/onda.git"
set :deploy_to, "/data/rails/#{application}"
set :scm, :git

set :user, "deploy"
set :deploy_via, :remote_cache
set :use_sudo, false

set :git_enable_submodules, 1

role :app, domain
role :web, domain
role :db, domain, :primary => true
Expand All @@ -28,4 +26,4 @@
end
end

after 'deploy:update_code', 'deploy:symlink_shared', 'deploy:restart'
after 'deploy:update_code', 'deploy:symlink_shared'
36 changes: 0 additions & 36 deletions vlad/nginx.rb

This file was deleted.

0 comments on commit 0b0fee3

Please sign in to comment.