trying a new automation tool 3
This commit is contained in:
@@ -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
|
||||
|
@@ -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.
|
||||
|
Reference in New Issue
Block a user