https://github.com/cloud-gov/deploy-concourse
Manifests and pipeline for deploying Concourse.ci
https://github.com/cloud-gov/deploy-concourse
Last synced: 6 months ago
JSON representation
Manifests and pipeline for deploying Concourse.ci
- Host: GitHub
- URL: https://github.com/cloud-gov/deploy-concourse
- Owner: cloud-gov
- License: other
- Created: 2016-02-17T22:54:14.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2025-06-30T21:05:54.000Z (about 1 year ago)
- Last Synced: 2025-06-30T21:30:42.247Z (about 1 year ago)
- Language: Shell
- Size: 438 KB
- Stars: 8
- Watchers: 10
- Forks: 6
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Codeowners: CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README
# 18F Concourse deployment
This repo contains the pipeline and [BOSH](https://bosh.io) manifests for deploying [Concourse](https://concourse-ci.org/) tasks.
## Generating certificates
* Generate certificates using bosh `variables`
```sh
bosh interpolate certs.yml --vars-store vars.yml > certs-interpolated.yml
```
* Merge credentials into existing secrets
```sh
spruce merge secrets.yml certs-interpolated.yml > secrets-complete.yml
```