Files
spring-restdocs/ci/README.adoc
Andy Wilkinson da310ec96c Set up Concourse-based CI builds
Closes gh-721
2021-04-28 21:01:46 +01:00

18 lines
458 B
Plaintext

== Concourse pipeline
Ensure that you've setup the spring-restdocs target and can login
[source]
----
$ fly -t spring-restdocs login -n spring-restdocs -c https://ci.spring.io
----
The pipeline can be deployed using the following command:
[source]
----
$ fly -t spring-restdocs set-pipeline -p spring-restdocs-2.0.x -c ci/pipeline.yml -l ci/parameters.yml
----
NOTE: This assumes that you have Vault integration configured with the appropriate secrets.