From c4e2dd66035f3ec84aaff7717bfb9f45f7ae5aac Mon Sep 17 00:00:00 2001 From: Deni Bertovic Date: Mon, 21 Jan 2019 18:41:27 +0100 Subject: [PATCH] Fixes environment name now it aligns with the values file name --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e9059d4..ac59eb5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -98,7 +98,7 @@ deploy_ci: #only: # - ci environment: - name: stackage-server-ci + name: staging url: https://ci.stackage.org/ variables: KUBE_NAMESPACE: "fpco-public"