From dee16cf12c17018e0a8f0d8b1940c0b7acfa2d23 Mon Sep 17 00:00:00 2001 From: Raphael Bitton Date: Thu, 9 Oct 2025 21:59:51 -0500 Subject: [PATCH] trying a new automation tool 3 --- Dockerfile | 2 +- src/content/meditations/_index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 4620fda..e287b4f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,7 +20,7 @@ RUN apk add --no-cache nginx git zola bash COPY --from=builder /site /site COPY --from=builder /site/src/public /usr/share/nginx/html COPY --from=builder /site/webhook.py /usr/local/bin/webhook.py -COPY nginx.conf /etc/nginx/nginx.conf +COPY --from=builder /site/nginx.conf /etc/nginx/nginx.conf ENV DEPLOY_SECRET="supersecret" WORKDIR /site/src diff --git a/src/content/meditations/_index.md b/src/content/meditations/_index.md index 5702a3f..09d7545 100644 --- a/src/content/meditations/_index.md +++ b/src/content/meditations/_index.md @@ -2,4 +2,4 @@ title = "Meditations" +++ -One day I'd like to write some blogs (I call "medidations" because it sounds cooler) and when that happens they will live here. +One day I'd like to write some blogs (I call "meditations" because it sounds cooler) and when that happens they will live here.