set new hg repo for capistrano
authorMarcel Hlopko <marcel.hlopko@gmail.com>
Sun, 16 Jun 2013 23:25:04 +0200
changeset 34 e75a971ab9fa
parent 33 9abd986fa635
child 35 2eae158c1c79
set new hg repo for capistrano
web/config/deploy.rb
--- a/web/config/deploy.rb	Sun Jun 16 23:23:24 2013 +0200
+++ b/web/config/deploy.rb	Sun Jun 16 23:25:04 2013 +0200
@@ -5,7 +5,7 @@
 set :application, "calipel"
 
 set :scm, :mercurial 
-set :repository,  "ssh://hg@bitbucket.org/mhlopko/calipel-web"
+set :repository,  "ssh://hg@bitbucket.org/janvrany/jv-calipel"
 
 set :deploy_via, :remote_cache
 set :deploy_to, "/home/hlopkmar/calipel"