Skip to content

Commit 948d482

Browse files
committed
change workflow
1 parent 8ae2085 commit 948d482

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ec2-pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
env:
7676
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
7777
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
78-
AWS_DEFAULT_REGION: us-east-1 # Change to your desired region
78+
AWS_DEFAULT_REGION: ap-south-1 # Change to your desired region
7979
run: |
8080
# Create the AWS config and credentials files
8181
mkdir -p ~/.aws

0 commit comments

Comments
 (0)