From 17f30bbd23cdb47eaebcebdcd9508ee4b70356d6 Mon Sep 17 00:00:00 2001 From: Gabrieltrinidad0101 Date: Sun, 15 Dec 2024 19:01:41 -0400 Subject: [PATCH] fix: path of cloudFormation --- .github/workflows/workflow.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 0e9ac7c..2445c0f 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -24,6 +24,6 @@ jobs: - name: Deploy Infrastructure run: | aws cloudformation deploy \ - --template-file path/to/your-template.yaml \ - --stack-name YourStackName \ + --template-file ../../infrastructure/cloudFormation.yml \ + --stack-name s3 \ --capabilities CAPABILITY_NAMED_IAM \ No newline at end of file