Skip to content

Commit

Permalink
Change repository for deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
mlainez committed Sep 11, 2011
1 parent 4b369ec commit 348a70c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config/deploy/production.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
set :deploy_to, "/var/www/rails/#{application}/production"

set :scm, :git
set :repository, "[email protected]:mlainez/agilar-#{application}.git"
set :repository, "[email protected]:mlainez/#{application}.git"
set :branch, "develop"
set :use_sudo, false

Expand Down
2 changes: 1 addition & 1 deletion config/deploy/staging.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
set :deploy_to, "/var/www/rails/#{application}/staging"

set :scm, :git
set :repository, "[email protected]:mlainez/agilar-#{application}.git"
set :repository, "[email protected]:mlainez/#{application}.git"
set :branch, "develop"
set :use_sudo, false

Expand Down
2 changes: 1 addition & 1 deletion config/deploy/testing.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
set :deploy_to, "/var/www/rails/#{application}/testing"

set :scm, :git
set :repository, "[email protected]:mlainez/agilar-#{application}.git"
set :repository, "[email protected]:mlainez/#{application}.git"
set :branch, "develop"
set :use_sudo, false
set :user, 'deploy'
Expand Down

0 comments on commit 348a70c

Please sign in to comment.