Skip to content

Commit

Permalink
creating separete domains for ci vs cd
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosrodlop committed Aug 6, 2024
1 parent 4cae399 commit 73ec14b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .cloudbees/workflows/bp-tf-cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
bp01:
env:
ROOT: 01-getting-started
TF_VAR_hosted_zone: bp01.aws.ps.beescloud.com
TF_VAR_hosted_zone: bp01-cd.aws.ps.beescloud.com
STAGES: "wipeout"
needs:
- init
Expand Down Expand Up @@ -152,7 +152,7 @@ jobs:
bp02:
env:
ROOT: 02-at-scale
TF_VAR_hosted_zone: bp02.aws.ps.beescloud.com
TF_VAR_hosted_zone: bp02-cd.aws.ps.beescloud.com
STAGES: "wipeout"
needs:
- init
Expand Down
4 changes: 2 additions & 2 deletions .cloudbees/workflows/bp-tf-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
bp01:
env:
ROOT: 01-getting-started
TF_VAR_hosted_zone: bp01.aws.ps.beescloud.com
TF_VAR_hosted_zone: bp01-ci.aws.ps.beescloud.com
STAGES: "deploy,validate,destroy"
needs:
- init
Expand Down Expand Up @@ -159,7 +159,7 @@ jobs:
bp02:
env:
ROOT: 02-at-scale
TF_VAR_hosted_zone: bp02.aws.ps.beescloud.com
TF_VAR_hosted_zone: bp02-ci.aws.ps.beescloud.com
STAGES: "deploy,validate,destroy"
needs:
- init
Expand Down

0 comments on commit 73ec14b

Please sign in to comment.