diff --git a/system/domain/main.tf b/system/domain/main.tf index 4afa5a5..693719f 100644 --- a/system/domain/main.tf +++ b/system/domain/main.tf @@ -29,7 +29,7 @@ module "docs_pages" { cloudflare_domain_name = "docs" cloudflare_zone_id = data.cloudflare_zone.main_domain.id - gitlab_project_path = "code0-tech/telescopium" + gitlab_project_path = "code0-tech/development/telescopium" gitlab_unique_pages_url = "docs-code0-tech-c91f18c0d2259c041bf05138b194e6bb082059fe38eff2e.gitlab.io" }