Skip to content

Commit

Permalink
another fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fredericfran-gds committed Aug 13, 2021
1 parent b697580 commit c4ff28f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions concourse/pipelines/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
params: &terraform-cluster-params
ASSUME_ROLE_ARN: ((concourse_ci_role_arn))
AWS_REGION: ((aws_region))
DEPLOYMENT_PATH: govuk-infrastructure/terraform/deployments/eks
DEPLOYMENT_PATH: govuk-infrastructure-commit/terraform/deployments/eks
ENVIRONMENT: ((govuk_environment))
platform: linux
image_resource:
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
<<: *terraform-cluster-config
params:
<<: *terraform-cluster-params
DEPLOYMENT_PATH: govuk-infrastructure/terraform/deployments/eks-stage2
DEPLOYMENT_PATH: govuk-infrastructure-commit/terraform/deployments/eks-stage2
on_success:
put: govuk-infrastructure-commit
params: {status: success, context: terraform-plan-monitoring}
Expand Down

0 comments on commit c4ff28f

Please sign in to comment.