Skip to content
This repository has been archived by the owner on Dec 1, 2023. It is now read-only.

Commit

Permalink
fix: nomenclature for create-stack command
Browse files Browse the repository at this point in the history
  • Loading branch information
larriquin committed Nov 25, 2023
1 parent ccdb8e1 commit 98bafa2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy_s3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,9 @@ jobs:
# Create CloudFormation stack
- name: Create CloudFormation Stack
run: |
aws cloudformation create \
aws cloudformation create-stack \
--stack-name wombat-stack \
--template-file file://wombat/infrastructure/cloudformation/wombat-stack.yml \
--template-url file://wombat/infrastructure/cloudformation/wombat-stack.yml \
--capabilities CAPABILITY_IAM
# Deploy CloudFormation stack
Expand Down

0 comments on commit 98bafa2

Please sign in to comment.