Skip to content

Commit

Permalink
fix region info (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
Onyedikachi authored Oct 22, 2024
1 parent 7c42c3d commit ba0bd98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
run: |
#!/bin/bash
aws ecs describe-task-definition \
--task-definition arn:aws:ecs:-west-2:794038231069:task-definition/${ECS_SERVICE_NAME}
--task-definition arn:aws:ecs:eu-west-2:794038231069:task-definition/${ECS_SERVICE_NAME}
aws ecs update-service \
--service ${ECS_SERVICE_NAME} \
--cluster ${ECS_CLUSTER_NAME} \
Expand Down

0 comments on commit ba0bd98

Please sign in to comment.