From babac40120c8d4e4eee941ebbb572ee43db55c25 Mon Sep 17 00:00:00 2001 From: Queen Nnakwue Date: Sun, 21 Aug 2022 11:12:46 +0100 Subject: [PATCH] Update workflow.yml file --- .github/workflows/workflow.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 0d852a1..49f4104 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -22,7 +22,7 @@ jobs: with: aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }} aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }} - aws-region: ap-southeast-1 + aws-region: us-east-1 # Build App and Run Application Test - name: Build Application and Run unit Test @@ -38,7 +38,7 @@ jobs: with: aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }} aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }} - aws-region: ap-southeast-1 + aws-region: us-east-1 - name: Create CodeDeploy Deployment id: deploy @@ -48,4 +48,4 @@ jobs: --application-name application-name \ --deployment-group-name AppDeploymentGroupName \ --deployment-config-name CodeDeployDefault.OneAtATime \ - --github-location repository=${{ github.repository }},commitId=${{ github.sha }} \ No newline at end of file + --github-location repository=${{ github.repository }},commitId=${{ github.sha }}