We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb9dcbe commit 83ca515Copy full SHA for 83ca515
Makefile
@@ -89,11 +89,11 @@ deploy-tracking-stack:
89
@echo "🚀 Deploying tracking CloudFormation stack to initialize project..."
90
aws cloudformation create-stack \
91
--stack-name tracking-project-stack \
92
- --template-body file://base_eks_setup/tracking-stack.yaml \
+ --template-body file://base_eks_setup/tracking_stack.yaml \
93
--capabilities CAPABILITY_IAM || \
94
aws cloudformation update-stack \
95
96
97
--capabilities CAPABILITY_IAM || true
98
@echo "✅ Tracking stack deployment initiated"
99
0 commit comments