From 5feae321f86e8f9c70072364445a69440a4c7b15 Mon Sep 17 00:00:00 2001 From: Pim Kunis Date: Fri, 19 May 2023 21:19:40 +0200 Subject: [PATCH] update --- Dockerfile | 2 +- README.md | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 839e090..0617d4f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 diff --git a/README.md b/README.md index e8cddd1..eb9252e 100644 --- a/README.md +++ b/README.md @@ -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`