Skip to content

Commit

Permalink
Merge pull request #196 from UKGovernmentBEIS/DineshKumarASD-patch-3
Browse files Browse the repository at this point in the history
Update .dockerignore
  • Loading branch information
DineshKumarASD authored May 7, 2024
2 parents d410d6d + 94f2b8f commit 987cfe9
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 8 deletions.
1 change: 0 additions & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ dist
kubectl_deploy*
helm_deploy*
README.md
node_modules
npm-debug.log
.*
**/*.test.js
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/upload_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion .github/workflows/upload_preprod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
5 changes: 0 additions & 5 deletions src/server/regulator/config/regulators.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 987cfe9

Please sign in to comment.