From d728b2b85d0159c9f03db21166fe6e127207136a Mon Sep 17 00:00:00 2001 From: "Jesse C. Fisher" Date: Sat, 13 Nov 2021 17:28:22 -0800 Subject: [PATCH] Update git repo url --- config/deploy.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/deploy.rb b/config/deploy.rb index e0ada535..8492c114 100644 --- a/config/deploy.rb +++ b/config/deploy.rb @@ -1,5 +1,5 @@ set :application, "thirteen_tien_len_#{fetch(:stage)}" -set :repo_url, 'gogs@git.whitewizardweb.com:Jesse/thirteen-tien-len.git' +set :repo_url, 'git@git.chefzeppelin.com:jesse/thirteen-tien-len.git' # If you want to import assets, you can change default asset dir (default = system) # This directory must be in your shared directory on the server