Skip to content

Commit 83ca515

Browse files
committed
update Makefile
1 parent fb9dcbe commit 83ca515

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,11 +89,11 @@ deploy-tracking-stack:
8989
@echo "🚀 Deploying tracking CloudFormation stack to initialize project..."
9090
aws cloudformation create-stack \
9191
--stack-name tracking-project-stack \
92-
--template-body file://base_eks_setup/tracking-stack.yaml \
92+
--template-body file://base_eks_setup/tracking_stack.yaml \
9393
--capabilities CAPABILITY_IAM || \
9494
aws cloudformation update-stack \
9595
--stack-name tracking-project-stack \
96-
--template-body file://base_eks_setup/tracking-stack.yaml \
96+
--template-body file://base_eks_setup/tracking_stack.yaml \
9797
--capabilities CAPABILITY_IAM || true
9898
@echo "✅ Tracking stack deployment initiated"
9999

0 commit comments

Comments
 (0)