== Concourse pipeline === Updating To add a new smoke test, modify `ci/smoke-tests.yml`. An updated pipeline is then generated using https://carvel.dev/ytt[`ytt`]. With `ytt` installed, run the following command: [source] ---- ytt -f ci/pipeline-template/schema.yml -f ci/pipeline-template/pipeline.yml --data-values-file ci/smoke-tests.yml > ci/pipeline.yml ---- == Deploying Ensure that you've set up the `spring-lifecycle-smoke-tests` target and can login: [source] ---- $ fly -t spring-lifecycle-smoke-tests login -n spring-lifecycle-smoke-tests -c https://ci.spring.io ---- Deploy the pipeline using the following command: [source] ---- $ fly -t spring-lifecycle-smoke-tests set-pipeline -p spring-lifecycle-smoke-tests-3.3.x -c ci/pipeline.yml ---- NOTE: This assumes that you have Vault integration configured with the appropriate secrets.