From e58db84f224631c797335f16f31121a2131ed524 Mon Sep 17 00:00:00 2001 From: Brynjulf Risbakken Date: Tue, 12 Sep 2023 12:58:14 +0200 Subject: [PATCH] :memo: update readme and yaml name --- README.md | 2 +- config/config_files/client.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 65e0d823c..e31e3fc38 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ wget -q -O - https://raw.githubusercontent.com/equinor/amplify-components/main/c ``` -This should have downloaded the `.eslintrc.cjs`, `.prettierignore`, `.prettierrc.jr`, `tsconfig.json`, `.yarnrc.yml`, `env.sh`, `Dockerfile`, `proxy/nginx.conf` and `client.yaml` files +This should have downloaded the `.eslintrc.cjs`, `.prettierignore`, `.prettierrc.jr`, `tsconfig.json`, `.yarnrc.yml`, `env.sh`, `Dockerfile`, `proxy/nginx.conf`, `proxy/securityheaders.conf` and `client.yaml` files ## Notes diff --git a/config/config_files/client.yaml b/config/config_files/client.yaml index 86bc95315..fc29cede8 100644 --- a/config/config_files/client.yaml +++ b/config/config_files/client.yaml @@ -135,7 +135,7 @@ jobs: working-directory: client/proxy run: diff nginx.conf <(curl https://raw.githubusercontent.com/equinor/amplify-components/main/config/config_files/nginx.conf) - - name: Compare remote proxy/nginx.conf to local + - name: Compare remote proxy/securityheaders.conf to local working-directory: client/proxy run: diff securityheaders.conf <(curl https://raw.githubusercontent.com/equinor/amplify-components/main/config/config_files/securityheaders.conf)