From 9321efc77f1b4474bc13bbae83427ff02b6524d3 Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Tue, 5 May 2020 20:04:39 +0200 Subject: Change the git repository --- 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 bfffd27..7b1c214 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://gitlab.com/osas/theopensourceway.org.git +git_repo: https://github.com/theopensourceway/theopensourceway_old_website.git destination: /var/www/ subdir: website -- cgit