From ef271a88a943489ab15726f5b2827feb990f9564 Mon Sep 17 00:00:00 2001 From: Joakim Olsson Date: Wed, 12 Feb 2025 13:51:42 +0100 Subject: [PATCH] fix(ci): add resource group to production deployment configuration Adds a resource group to the production deployment configuration in the GitLab CI/CD pipeline. This change ensures that the deployment process is correctly associated with the specified resource group, enhancing the deployment's reliability and clarity. --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c02cc04..27a7c6d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -54,6 +54,7 @@ deploy-prod: - if: $CI_COMMIT_BRANCH == "main" environment: name: prod + resource_group: prod check_release: stage: test