Skip to content

Commit

Permalink
Update aws.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Mayank77maruti authored Dec 10, 2024
1 parent 8dfdff9 commit 7a87396
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/aws.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ on:
branches: [ "main" ]

env:
AWS_REGION: ap-south-1 # set this to your preferred AWS region, e.g. us-west-1
ECR_REPOSITORY: onestopvyapaar # set this to your Amazon ECR repository name
ECS_SERVICE: srvice # set this to your Amazon ECS service name
ECS_CLUSTER: Devcluster # set this to your Amazon ECS cluster name
AWS_REGION: # set this to your preferred AWS region, e.g. us-west-1
ECR_REPOSITORY: # set this to your Amazon ECR repository name
ECS_SERVICE: # set this to your Amazon ECS service name
ECS_CLUSTER: # set this to your Amazon ECS cluster name
ECS_TASK_DEFINITION: task-definition.json # set this to the path to your Amazon ECS task definition
# file, e.g. .aws/task-definition.json
CONTAINER_NAME: onestopvyapaar # set this to the name of the container in the
CONTAINER_NAME: # set this to the name of the container in the
# containerDefinitions section of your task definition

permissions:
Expand Down

0 comments on commit 7a87396

Please sign in to comment.