Skip to content

Commit

Permalink
Merge pull request #772 from cloud-gov/pipeline-update
Browse files Browse the repository at this point in the history
Sync up pipeline, switch to using common variable names
  • Loading branch information
cweibel authored Oct 2, 2023
2 parents e91e6c2 + 0682662 commit ce4079d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ci/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1500,11 +1500,11 @@ resources:
- name: cf-deployment-development
type: bosh-deployment
source:
target: ((development-bosh-target))
client: ((development-bosh-client))
client_secret: ((development-bosh-client-secret))
target: ((bosh.development.environment))
client: ((bosh.development.client))
client_secret: ((bosh.development.client-secret))
ca_cert: ((bosh-ca-cert))
deployment: cf-development
deployment: ((cf.development.name))

- name: cf-deployment-staging
type: bosh-deployment
Expand Down

0 comments on commit ce4079d

Please sign in to comment.