Skip to content

Commit efcf5df

Browse files
committed
Moved to new Concourse
1 parent 322c12f commit efcf5df

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

ci/settings.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,31 @@
11
---
22
meta:
33
name: postgres
4-
target: sw
5-
url: https://ci.starkandwayne.com
4+
target: pipes
5+
url: https://pipes.starkandwayne.com
66
# test-errands: smoke-tests
77

88
initial_version: 1.0.0
99

1010
bosh-lite:
11-
target: https://10.58.111.44:25555
12-
username: (( vault "secret/bosh-lites/lite44/users/admin:username" ))
13-
password: (( vault "secret/bosh-lites/lite44/users/admin:password" ))
14-
cacert: (( vault "secret/bosh-lites/lite44/certs:rootCA.pem" ))
11+
target: https://10.200.131.9:25555
12+
username: ((thunder-dome.username))
13+
password: ((thunder-dome.password))
14+
cacert: ((thunder-dome.ca-certificate))
1515

1616
aws:
17-
access_key: (( vault "secret/aws/cfcommunity:access" ))
18-
secret_key: (( vault "secret/aws/cfcommunity:secret" ))
17+
access_key: ((cfcommunity.access))
18+
secret_key: ((cfcommunity.secret))
1919

2020
github:
2121
owner: cloudfoundry-community
2222
repo: postgres-boshrelease
2323
branch: master
24-
private_key: (( vault "secret/pipelines/shared/github:private" ))
25-
access_token: (( vault "secret/pipelines/shared/github:access_token" ))
24+
private_key: ((github.private-key))
25+
access_token: ((github.access-token))
2626

2727
slack:
28-
webhook: (( vault "secret/pipelines/postgres-boshrelease/slack:webhook" ))
28+
webhook: ((slack.webhook))
2929
channel: '#postgres-boshrelease'
3030
username: starkandwayne-ci
3131
icon: https://www.starkandwayne.com/assets/images/shield-blue-50x50.png

0 commit comments

Comments
 (0)