Quickly spin up your own concourse ci.
- Run
./run.shto see usages or simply run./run.sh a. Concourse should be running on localhost:8080 and tunneled to $WEB_TUNNEL_URL. fly -t {target_name} login -c ${WEB_TUNNEL_URL}creates a target in ~/.flyrc.fly tsshows that your target has registered.- Create your pipeline yml file.
fly -t {target_name} sp -c {pipeline_yml} -p {pipeline_name}fly -t {target_name} up -p {pipeline_name}