From ff3f11e5e367c93ea57524e4c8beca7d7f47d752 Mon Sep 17 00:00:00 2001 From: Niklas van Schrick Date: Sat, 24 Feb 2024 01:58:01 +0100 Subject: [PATCH] Reorganize GitLab project structure --- system/domain/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" }