Skip to content

Commit

Permalink
Merge pull request #225 from cloud-gov/pages-fix
Browse files Browse the repository at this point in the history
Pages fix
  • Loading branch information
ChrisMcGowan authored Apr 30, 2024
2 parents 19bffb6 + 18294e4 commit 85c7da3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions ci/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -382,6 +382,15 @@ resources:
deployment: ((concourse-production-deployment-bosh-deployment))
ca_cert: ((common_ca_cert_store))

- name: concourse-production-pages-deployment
type: bosh-deployment
source:
target: ((concourse-production-deployment-bosh-target))
client: ci
client_secret: ((tooling_bosh_uaa_ci_client_secret))
deployment: ((concourse-production-pages-deployment-bosh-deployment))
ca_cert: ((common_ca_cert_store))

- name: concourse-staging-deployment
type: bosh-deployment
source:
Expand Down
2 changes: 1 addition & 1 deletion variables/production-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ iaas_worker_vm_type: m6i.xlarge.concourse.worker
web_vm_extensions: [production-concourse-pages-lb]
worker_vm_extensions: [production-concourse-profile]
iaas_worker_vm_extensions: [production-concourse-iaas-profile]
network_name: production-concourse_pages
network_name: production-concourse-pages
web_instances: 2
worker_instances: 2
iaas_worker_instances: 1
Expand Down

0 comments on commit 85c7da3

Please sign in to comment.