Commit e8f6e2d5
Changed files (1)
config
config/deploy.rb
@@ -5,9 +5,9 @@ set :scm, :git
# Or: `accurev`, `bzr`, `cvs`, `darcs`, `git`, `mercurial`, `perforce`, `subversion` or `none`
set :deploy_to, "/home/cakeside/apps/#{application}"
-role :web, "ec2-50-16-149-107.compute-1.amazonaws.com" # Your HTTP server, Apache/etc
-role :app, "ec2-50-16-149-107.compute-1.amazonaws.com" # This may be the same as your `Web` server
-role :db, "ec2-50-16-149-107.compute-1.amazonaws.com", :primary => true # This is where Rails migrations will run
+role :web, "ec2-107-22-93-60.compute-1.amazonaws.com" # Your HTTP server, Apache/etc
+role :app, "ec2-107-22-93-60.compute-1.amazonaws.com" # This may be the same as your `Web` server
+role :db, "ec2-107-22-93-60.compute-1.amazonaws.com", :primary => true # This is where Rails migrations will run
set :user, "cakeside"
set :use_sudo, false