Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/drnic/concourse-pipeline-bosh-create-release
Create a BOSH release tarball and save to S3 via Concourse pipeline
https://github.com/drnic/concourse-pipeline-bosh-create-release
Last synced: 24 days ago
JSON representation
Create a BOSH release tarball and save to S3 via Concourse pipeline
- Host: GitHub
- URL: https://github.com/drnic/concourse-pipeline-bosh-create-release
- Owner: drnic
- Created: 2015-04-18T22:30:18.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-04-19T02:47:22.000Z (over 9 years ago)
- Last Synced: 2023-04-10T17:09:45.063Z (over 1 year ago)
- Homepage:
- Size: 113 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Concoure pipeline - Create a BOSH release tarball and save to S3
================================================================Creates a dev release of a BOSH release from its git repo and uploads to S3 as a tarball.
![](http://cl.ly/image/3b2D2U1d290f/Concourse.png)
Example `credentials.yml`:
```yaml
aws-bosh-init-bucket: my-bucket
aws-access-key-id: ACCESS
aws-secret-access-key: SECRET
aws-region-name: us-east-1
``````
fly c -c pipeline.yml --vars-from credentials.yml \
--var git-bosh-release-branch=develop \
--var git-bosh-release=https://github.com/concourse/concourse
```