Skip to content

Commit ccb1437

Browse files
committed
Update ECS service name in deploy script for consistency
- Change the ECS service name from 'pathfinder-app' to 'pathfinder' in deploy.sh to align with naming conventions.
1 parent 64da3d4 commit ccb1437

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ echo -e "${YELLOW}🔍 Step 3: Verifying deployment...${NC}"
6969
echo -e "${YELLOW}⏳ Waiting for ECS deployment to stabilize...${NC}"
7070
aws ecs wait services-stable \
7171
--cluster "$CLUSTER_NAME" \
72-
--services pathfinder-app
72+
--services pathfinder
7373

7474
# Get ALB DNS name
7575
alb_dns=$(aws elbv2 describe-load-balancers \

0 commit comments

Comments
 (0)