diff options
author | Michael Scherer <misc@redhat.com> | 2020-05-05 20:04:39 +0200 |
---|---|---|
committer | Michael Scherer <misc@redhat.com> | 2020-05-05 20:04:39 +0200 |
commit | 9321efc77f1b4474bc13bbae83427ff02b6524d3 (patch) | |
tree | 2a32e704d190bbb5a95d7593d568c1dca56a3058 /roles | |
parent | cdeb683784da64b0c7774f23cd6242175859e361 (diff) |
Change the git repository
Diffstat (limited to 'roles')
-rw-r--r-- | roles/deploy_website/defaults/main.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |