From e19acee3eafe01291171a83bfa371acaf0aa967c Mon Sep 17 00:00:00 2001 From: Tracey Jaquith Date: Sat, 6 Jan 2024 19:15:01 -0800 Subject: [PATCH] wtf --- .github/workflows/cicd.yml | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 742d3f2..d38dfc4 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -1,7 +1,7 @@ name: CICD on: push jobs: - greeting: + cicd: runs-on: ubuntu-latest steps: # this is like https://github.com/internetarchive/build/blob/main/action.yml diff --git a/Dockerfile b/Dockerfile index ee97f6e..70f534b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,6 +6,6 @@ RUN rm -f index.html && \ # xxx not great for files that dont end like: .js.gz .wasm.gz sed -i 's/js;/js gz;/' /etc/nginx/mime.types -COPY default.conf /etc/nginx/conf.d/ +# COPY default.conf /etc/nginx/conf.d/ COPY . .