From c5b9179348f93a4b4ac4acfea569755404a4a41d Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Wed, 12 Sep 2018 19:23:36 +0200 Subject: Use correct upstream repo for deploys. --- config/deploy.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/deploy.rb b/config/deploy.rb index 292341e..1bddae9 100644 --- a/config/deploy.rb +++ b/config/deploy.rb @@ -2,7 +2,7 @@ lock '3.6.0' set :application, 'registration' -set :repo_url, 'https://github.com/snake66/norsk-urskog-registrations.git' +set :repo_url, 'https://code.volse.no/norsk-urskog-registrations.git' set :deploy_to, '/usr/home/norskurskog/www/registration' set :linked_files, fetch(:linked_files, []).push('config.yml') -- cgit v1.2.3