diff options
author | Michael Scherer <misc@redhat.com> | 2020-01-21 17:44:17 +0100 |
---|---|---|
committer | Michael Scherer <misc@redhat.com> | 2020-01-21 17:44:17 +0100 |
commit | 2638378785ba932206ad99a01c4926d3653ca264 (patch) | |
tree | e9a266b4e386d2994328fa4449266554dec864ed | |
parent | f6c389cfc46375d207b24d132959e147d3f6f51a (diff) |
Use new repo
-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 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 |