initializr/ci/README.adoc

19 lines
425 B
Plaintext
Raw Normal View History

2019-06-19 04:54:36 +08:00
== Concourse pipeline
Ensure that you've setup the target and can login
[source]
----
$ fly -t initializr login -n initializr -c https://ci.spring.io
----
The pipeline can be deployed using the following command:
[source]
----
2021-03-02 21:04:47 +08:00
$ fly -t initializr set-pipeline -p initializr-0.10.x -c ci/pipeline.yml -l ci/parameters.yml
2019-06-19 04:54:36 +08:00
----
NOTE: This assumes that you have credhub integration configured with the appropriate
secrets.