2023-05-19 16:34:42 +00:00
|
|
|
# concourse-test
|
|
|
|
|
|
|
|
Here I will test how to build a jekyll project, create a docker image from it and upload it to the package registry.
|
2023-05-19 19:19:40 +00:00
|
|
|
|
|
|
|
## Commands
|
|
|
|
|
2023-05-19 20:32:48 +00:00
|
|
|
`fly -t lewis login -c http://lewis.hyp:8080 -u test -p test`
|
|
|
|
`fly -t lewis set-pipeline --load-vars-from=secrets.yml -p static -c static.yml`
|
|
|
|
`fly -t lewis intercept --check static/site-repo`
|