From 8bd85d3c2e1d184d7c370be9dc7eda98b3225427 Mon Sep 17 00:00:00 2001 From: Nicolas Bally Date: Tue, 15 Sep 2015 22:59:19 +0200 Subject: [PATCH] new git server --- config/deploy.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/deploy.rb b/config/deploy.rb index 68321b7..2542185 100644 --- a/config/deploy.rb +++ b/config/deploy.rb @@ -5,7 +5,7 @@ set :application, 'new_ads_app' set :user, 'web' set :scm_user, "git" -set :scm_host, "gitlab.bally.me" +set :scm_host, "git.nicolasbally.com"