update
This commit is contained in:
parent
c915c734fc
commit
5feae321f8
2 changed files with 7 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM nginx:1.24-bullseye
|
||||
|
||||
COPY ./site-html /var/www/blog
|
||||
COPY ./nginx.conf /etc/nginx/conf.d/default.conf
|
||||
COPY ./this-repo/nginx.conf /etc/nginx/conf.d/default.conf
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
# 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.
|
||||
|
||||
## Commands
|
||||
|
||||
`./fly -t lewis login -c http://lewis.hyp:8080 -u test -p test`
|
||||
`./fly -t lewis set-pipeline -p static -c static.yml`
|
||||
`./fly -t lewis intercept --check static/site-repo`
|
||||
|
|
Loading…
Reference in a new issue