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.
This commit is contained in:
2025-02-12 13:51:42 +01:00
parent 14d3733bf5
commit ef271a88a9
+1
View File
@@ -54,6 +54,7 @@ deploy-prod:
- if: $CI_COMMIT_BRANCH == "main"
environment:
name: prod
resource_group: prod
check_release:
stage: test