From e97d8b6d0edd54d4932a38432b40d36e38d8f01b Mon Sep 17 00:00:00 2001 From: Nicolas Bally Date: Sun, 17 May 2015 20:54:03 +0200 Subject: [PATCH] nouveau serveur --- config/deploy.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/deploy.rb b/config/deploy.rb index e28bb85..4d8cef5 100644 --- a/config/deploy.rb +++ b/config/deploy.rb @@ -28,7 +28,7 @@ set :application, 'blog_perso_app' role :db, domain, :primary => true set :scm, :git - set :repository, "git@gitlab.bally.me:root/#{application}.git" + set :repository, "git@git.nicolasbally.com:root/#{application}.git" set :branch, "master" default_run_options[:pty] = true