refactor(ci): prevent concurrent executions with resource_group

This commit is contained in:
parent f712b7943e
commit 499843ca32
Signed by: tablet
GPG Key ID: 924A5F6AF051E87C

@ -28,6 +28,7 @@ build_stage:
# define the deploy stage
deploy_staging:
stage: deploy
resource_group: staging
environment:
name: staging
url: https://next.rockfic.com
@ -55,6 +56,7 @@ deploy_staging:
- tags
deploy_production:
stage: deploy
resource_group: production
environment:
name: production
url: https://www.rockfic.com