Skip to content

Commit

Permalink
fix: path of cloudFormation
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielopensource committed Dec 15, 2024
1 parent e732cf3 commit 17f30bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 17f30bb

Please sign in to comment.