An open API service indexing awesome lists of open source software.

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

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
```