refactor(ci): add explicit needs
to deploy stages
This commit is contained in:
parent
8cea9303e1
commit
c598ff61b3
@ -29,6 +29,8 @@ build_stage:
|
||||
deploy_staging:
|
||||
stage: deploy
|
||||
resource_group: staging
|
||||
needs:
|
||||
- build_stage
|
||||
environment:
|
||||
name: staging
|
||||
url: https://next.rockfic.com
|
||||
@ -56,6 +58,8 @@ deploy_staging:
|
||||
- tags
|
||||
deploy_production:
|
||||
stage: deploy
|
||||
needs:
|
||||
- build_stage
|
||||
resource_group: production
|
||||
environment:
|
||||
name: production
|
||||
|
Loading…
Reference in New Issue
Block a user