refactor(ci): prevent concurrent executions with resource_group
This commit is contained in:
parent
f712b7943e
commit
499843ca32
@ -28,6 +28,7 @@ build_stage:
|
|||||||
# define the deploy stage
|
# define the deploy stage
|
||||||
deploy_staging:
|
deploy_staging:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
|
resource_group: staging
|
||||||
environment:
|
environment:
|
||||||
name: staging
|
name: staging
|
||||||
url: https://next.rockfic.com
|
url: https://next.rockfic.com
|
||||||
@ -55,6 +56,7 @@ deploy_staging:
|
|||||||
- tags
|
- tags
|
||||||
deploy_production:
|
deploy_production:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
|
resource_group: production
|
||||||
environment:
|
environment:
|
||||||
name: production
|
name: production
|
||||||
url: https://www.rockfic.com
|
url: https://www.rockfic.com
|
||||||
|
Loading…
Reference in New Issue
Block a user