diff --git a/.dockerignore b/.dockerignore index 5d8e088..49bb8da 100644 --- a/.dockerignore +++ b/.dockerignore @@ -3,7 +3,6 @@ dist kubectl_deploy* helm_deploy* README.md -node_modules npm-debug.log .* **/*.test.js diff --git a/.github/workflows/upload_dev.yml b/.github/workflows/upload_dev.yml index 3585a27..fbd9756 100644 --- a/.github/workflows/upload_dev.yml +++ b/.github/workflows/upload_dev.yml @@ -33,6 +33,6 @@ jobs: ECR_REPOSITORY_DEV: beis IMAGE_TAG_DEV: latest run: | - docker build -t $ECR_REGISTRY_DEV/$ECR_REPOSITORY_DEV:$IMAGE_TAG_DEV --build-arg BUILD_NUMBER=${{ github.run_number }} --build-arg GIT_REF=$(git log -n 1 | awk '{print $2; exit}') . + docker build -t $ECR_REGISTRY_DEV/$ECR_REPOSITORY_DEV:$IMAGE_TAG_DEV --build-arg BUILD_NUMBER=${{ github.run_number }} --build-arg GIT_REF=$(git log -n 1 | awk '{print $2; exit}') --verbose . docker push $ECR_REGISTRY_DEV/$ECR_REPOSITORY_DEV:$IMAGE_TAG_DEV aws ecs update-service --force-new-deployment --service ecs_webserver --cluster ecs_webserver diff --git a/.github/workflows/upload_preprod.yml b/.github/workflows/upload_preprod.yml index f469f47..f0aaec6 100644 --- a/.github/workflows/upload_preprod.yml +++ b/.github/workflows/upload_preprod.yml @@ -33,6 +33,6 @@ jobs: ECR_REPOSITORY: beis IMAGE_TAG: latest run: | - docker build -t $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG --build-arg BUILD_NUMBER=${{ github.run_number }} --build-arg GIT_REF=$(git log -n 1 | awk '{print $2; exit}') . + docker build -t $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG --build-arg BUILD_NUMBER=${{ github.run_number }} --build-arg GIT_REF=$(git log -n 1 | awk '{print $2; exit}') --verbose . docker push $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG aws ecs update-service --force-new-deployment --service ecs_webserver --cluster ecs_webserver diff --git a/src/server/regulator/config/regulators.ts b/src/server/regulator/config/regulators.ts index bf7abbc..b80d3f9 100644 --- a/src/server/regulator/config/regulators.ts +++ b/src/server/regulator/config/regulators.ts @@ -330,11 +330,6 @@ const regulators: Regulator[] = [ id: 'Safety', name: 'Safety Tech Accelerator', domain: 'lr.org', - }, - { - id: 'gmail', - name: 'gmail test', - domain: 'gmail.com', }, { id: 'Cognizant',