Skip to content

bbmoz/concourse-starter

Repository files navigation

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.
  2. fly -t {target_name} login -c ${WEB_TUNNEL_URL} creates a target in ~/.flyrc.
  3. fly ts shows that your target has registered.
  4. Create your pipeline yml file.
  5. fly -t {target_name} sp -c {pipeline_yml} -p {pipeline_name}
  6. fly -t {target_name} up -p {pipeline_name}

About

spin up your own local CI environment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages