trying a new automation tool 2

This commit is contained in:
2025-10-09 21:57:48 -05:00
parent 7df7b0b0b2
commit ac4d58a7d5
2 changed files with 51 additions and 0 deletions

View File

@@ -20,6 +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
ENV DEPLOY_SECRET="supersecret"
WORKDIR /site/src