Skip to content

Commit

Permalink
Merge pull request #1186 from USEPA/live_west
Browse files Browse the repository at this point in the history
Added stage-west back to .gitlab-ci.yml
  • Loading branch information
bryanppotter1 authored Sep 8, 2023
2 parents 918b540 + 31d5db8 commit 03bb51c
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,7 @@ infrastructure:preproduction:apply:
#sub-region us-west-2:
# These steps deploy into the infra/preproduction-west environment
# the infra/preproduction-west environment is pointed to the us-west-2 region within the DrupalCloud AWS accounts
.infrastructure:preproduction-west:init:
infrastructure:preproduction-west:init:
extends: .infrastructure
stage: infrastructure_preprod_west_init
rules:
Expand All @@ -555,7 +555,7 @@ infrastructure:preproduction:apply:
environment:
name: infra/preproduction-west

.infrastructure:preproduction-west:validate:
infrastructure:preproduction-west:validate:
extends: .infrastructure
stage: infrastructure_preprod_west_validate
rules:
Expand All @@ -571,7 +571,7 @@ infrastructure:preproduction:apply:
environment:
name: infra/preproduction-west

.infrastructure:preproduction-west:plan:
infrastructure:preproduction-west:plan:
extends: .infrastructure
stage: infrastructure_preprod_west_plan
rules:
Expand All @@ -595,7 +595,7 @@ infrastructure:preproduction:apply:
reports:
terraform: $TF_ROOT/plan.json

.infrastructure:preproduction-west:apply:
infrastructure:preproduction-west:apply:
extends: .infrastructure
stage: infrastructure_preprod_west_apply
rules:
Expand Down Expand Up @@ -889,7 +889,7 @@ deploy:dev:apply-es:


#region: US West 2 deployment
.deploy:dev-west:init:en:
deploy:dev-west:init:en:
extends: .deploy
stage: deploy:dev-west:init:en
rules:
Expand All @@ -914,7 +914,7 @@ deploy:dev:apply-es:
- echo $TF_ADDRESS
- gitlab-terraform init

.deploy:dev-west:init:es:
deploy:dev-west:init:es:
extends: .deploy
stage: deploy:dev-west:init:es
rules:
Expand All @@ -941,7 +941,7 @@ deploy:dev:apply-es:


# Validate syntax and configuration
.deploy:dev-west:validate:en:
deploy:dev-west:validate:en:
extends: .deploy
stage: deploy:dev-west:validate:en
rules:
Expand All @@ -960,7 +960,7 @@ deploy:dev:apply-es:
- gitlab-terraform validate

# Validate syntax and configuration
.deploy:dev-west:validate:es:
deploy:dev-west:validate:es:
extends: .deploy
stage: deploy:dev-west:validate:es
rules:
Expand All @@ -977,7 +977,7 @@ deploy:dev:apply-es:
- gitlab-terraform validate

# Perform a plan, uploading the plan files as GitLab artifacts.
.deploy:dev-west:plan-en:
deploy:dev-west:plan-en:
extends: .deploy
stage: deploy:dev-west:plan:en
rules:
Expand Down Expand Up @@ -1009,7 +1009,7 @@ deploy:dev:apply-es:
reports:
terraform: $TF_ROOT/plan.json

.deploy:dev-west:plan-es:
deploy:dev-west:plan-es:
extends: .deploy
stage: deploy:dev-west:plan:es
rules:
Expand Down Expand Up @@ -1044,7 +1044,7 @@ deploy:dev:apply-es:

# Perform an apply. Note that this is not always automatic; see the comments above the rules
# for more.
.deploy:dev-west:apply-en:
deploy:dev-west:apply-en:
extends: .deploy
stage: deploy:dev-west:apply:en

Expand Down Expand Up @@ -1095,7 +1095,7 @@ deploy:dev:apply-es:
- when: never

.deploy:dev-west:apply-es:
deploy:dev-west:apply-es:
extends: .deploy
stage: deploy:dev-west:apply:es

Expand Down

0 comments on commit 03bb51c

Please sign in to comment.