From 946a9a86e38fd8ea8c7123cc5071ff95a87becf1 Mon Sep 17 00:00:00 2001 From: Wong Yen Hong <89289858+wyhong3103@users.noreply.github.com> Date: Sat, 17 Feb 2024 12:49:55 +0800 Subject: [PATCH] Update test-and-deploy.yml --- .github/workflows/test-and-deploy.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-and-deploy.yml b/.github/workflows/test-and-deploy.yml index 34e36e5..447f6e9 100644 --- a/.github/workflows/test-and-deploy.yml +++ b/.github/workflows/test-and-deploy.yml @@ -5,7 +5,9 @@ on: push: branches: - main - +env: + AWS_REGION: ap-southeast-2 + jobs: # test: # name: Test @@ -51,7 +53,6 @@ jobs: env: ECR_REGISTRY: public.ecr.aws/f5b6y5q7 IMAGE_TAG: ${{ github.sha }} - AWS_REGION: ap-southeast-2 ECR_REPOSITORY: sudoku-recognition run: | # Build a docker container and