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 . .