From 16eff31777504484c32ee6f75c660d0e07ccfa3a Mon Sep 17 00:00:00 2001 From: Dylan DiGeronimo Date: Thu, 14 May 2020 16:06:06 -0400 Subject: [PATCH] Update backend_git_repo to point to EbookFoundation's fork --- group_vars/production/vars.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/group_vars/production/vars.yml b/group_vars/production/vars.yml index 76ffbfa..d0ded4b 100644 --- a/group_vars/production/vars.yml +++ b/group_vars/production/vars.yml @@ -13,6 +13,5 @@ frontend_hostnames: # Variables for backend production server backend_project_path: "~/cce-search-backend/bardo-copyright-db" backend_user_name: "ubuntu" -# TODO: Update the git repo once new version is complete -backend_git_repo: "https://github.com/NYPL/bardo-copyright-db" +backend_git_repo: "https://github.com/EbookFoundation/bardo-copyright-db" backend_git_branch: "master" \ No newline at end of file