diff options
author | Harald Eilertsen <haraldei@anduin.net> | 2018-09-12 19:23:36 +0200 |
---|---|---|
committer | Harald Eilertsen <haraldei@anduin.net> | 2018-09-12 19:23:36 +0200 |
commit | c5b9179348f93a4b4ac4acfea569755404a4a41d (patch) | |
tree | 5ee295897a9feb906b8d8a98bc9bbbd5f173d71b /config | |
parent | ccfe8e1dcef245c90219c2a59b114fe4a7194034 (diff) | |
download | norsk-urskog-registrations-c5b9179348f93a4b4ac4acfea569755404a4a41d.tar.gz norsk-urskog-registrations-c5b9179348f93a4b4ac4acfea569755404a4a41d.tar.bz2 norsk-urskog-registrations-c5b9179348f93a4b4ac4acfea569755404a4a41d.zip |
Use correct upstream repo for deploys.
Diffstat (limited to 'config')
-rw-r--r-- | config/deploy.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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') |