From 2638378785ba932206ad99a01c4926d3653ca264 Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Tue, 21 Jan 2020 17:44:17 +0100 Subject: Use new repo --- roles/deploy_website/defaults/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/deploy_website/defaults/main.yml b/roles/deploy_website/defaults/main.yml index e9199b2..bfffd27 100644 --- a/roles/deploy_website/defaults/main.yml +++ b/roles/deploy_website/defaults/main.yml @@ -1,5 +1,5 @@ --- checkout_dest: /srv/website_checkout -git_repo: https://git.fedorahosted.org/git/tosw.git +git_repo: https://gitlab.com/osas/theopensourceway.org.git destination: /var/www/ subdir: website -- cgit