https://github.com/bbmoz/concourse-starter
spin up your own local CI environment
https://github.com/bbmoz/concourse-starter
Last synced: over 1 year ago
JSON representation
spin up your own local CI environment
- Host: GitHub
- URL: https://github.com/bbmoz/concourse-starter
- Owner: bbmoz
- Created: 2017-04-02T22:51:42.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-03T00:13:43.000Z (about 9 years ago)
- Last Synced: 2025-01-29T15:50:47.082Z (over 1 year ago)
- Language: Shell
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Concourse Starter
> Quickly spin up your own concourse ci.
## Getting Started
1. Run `./run.sh` to see usages or simply run `./run.sh a`. Concourse should be running on *localhost:8080* and tunneled to *$WEB_TUNNEL_URL*.
1. `fly -t {target_name} login -c ${WEB_TUNNEL_URL}` creates a target in *~/.flyrc*.
1. `fly ts` shows that your target has registered.
1. Create your pipeline yml file.
1. `fly -t {target_name} sp -c {pipeline_yml} -p {pipeline_name}`
1. `fly -t {target_name} up -p {pipeline_name}`