Skip to content

Commit

Permalink
Update aws.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
essential2189 authored Jan 22, 2024
1 parent 267af93 commit 4c62b1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/aws.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ env:
ECR_REPOSITORY: todaypopup # set this to your Amazon ECR repository name
ECS_SERVICE: MY_ECS_SERVICE # set this to your Amazon ECS service name
ECS_CLUSTER: todaypopup-dev-cluster # set this to your Amazon ECS cluster name
ECS_TASK_DEFINITION: task-definition-dev.json # set this to the path to your Amazon ECS task definition
ECS_TASK_DEFINITION: ./task-definition-dev.json # set this to the path to your Amazon ECS task definition
# file, e.g. .aws/task-definition.json
CONTAINER_NAME: todaypopup-dev # set this to the name of the container in the
# containerDefinitions section of your task definition
Expand Down

0 comments on commit 4c62b1e

Please sign in to comment.