From a62ad927b2898b0a19d5ce968c93d9b4c13e1dd9 Mon Sep 17 00:00:00 2001 From: Samuel Galson <samgalson@gmail.com> Date: Mon, 8 Jan 2018 15:18:48 +0000 Subject: [PATCH] use new config repo --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 57dc115ac..98e8ef6e5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,7 +2,7 @@ variables: IMAGE_ORG: xpub IMAGE_NAME: xpub BASE_DOMAIN: gateway.xpub.semioticsquares.com - CONFIGURATION_REPOSITORY: https://gitlab.coko.foundation/pubsweet/infra.git + CONFIGURATION_REPOSITORY: https://gitlab.coko.foundation/xpub/deployment-config.git stages: - build -- GitLab