lib/hanzo/modules/installers/remotes.rb in hanzo-1.0.2 vs lib/hanzo/modules/installers/remotes.rb in hanzo-1.1.0
- old
+ new
@@ -10,10 +10,10 @@
end
def self.add_remote(app, env)
Hanzo.print "Adding #{env}"
Hanzo.run "git remote rm #{env} 2>&1 > /dev/null"
- Hanzo.run "git remote add #{env} git@heroku.com:#{app}.git"
+ Hanzo.run "git remote add #{env} https://git.heroku.com/#{app}.git"
end
def self.environments
Hanzo.config['remotes']
end