We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64da3d4 commit ccb1437Copy full SHA for ccb1437
1 file changed
scripts/deploy.sh
@@ -69,7 +69,7 @@ echo -e "${YELLOW}🔍 Step 3: Verifying deployment...${NC}"
69
echo -e "${YELLOW}⏳ Waiting for ECS deployment to stabilize...${NC}"
70
aws ecs wait services-stable \
71
--cluster "$CLUSTER_NAME" \
72
- --services pathfinder-app
+ --services pathfinder
73
74
# Get ALB DNS name
75
alb_dns=$(aws elbv2 describe-load-balancers \
0 commit comments