From f51c0758a625a75c107d6719c6185363c5d50230 Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Fri, 10 May 2024 07:50:58 -0500 Subject: [PATCH] update --- .gitlab/.gitlab-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitlab/.gitlab-ci.yml b/.gitlab/.gitlab-ci.yml index d3bffb9..0a1ac88 100644 --- a/.gitlab/.gitlab-ci.yml +++ b/.gitlab/.gitlab-ci.yml @@ -43,6 +43,8 @@ generate-config-staging: child-pipeline-staging: stage: staging + environment: + name: "staging" needs: - job: generate-config-staging trigger: @@ -64,6 +66,8 @@ generate-config-production: child-pipeline-production: stage: production + environment: + name: "production" needs: - job: generate-config-production trigger: