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:
@@ -54,6 +54,7 @@ deploy-prod:
|
|||||||
- if: $CI_COMMIT_BRANCH == "main"
|
- if: $CI_COMMIT_BRANCH == "main"
|
||||||
environment:
|
environment:
|
||||||
name: prod
|
name: prod
|
||||||
|
resource_group: prod
|
||||||
|
|
||||||
check_release:
|
check_release:
|
||||||
stage: test
|
stage: test
|
||||||
|
|||||||
Reference in New Issue
Block a user