Skip to content

Commit b4cea6b

Browse files
committed
Trying stack create complete on the github action
Right now the action is having trouble getting the cloudformation section to work properly.
1 parent 179dd0d commit b4cea6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
- name: Wait for deployment to complete
8585
run: |
8686
echo "Waiting for CloudFormation stack to complete..."
87-
aws cloudformation wait stack-deploy-complete \
87+
aws cloudformation wait stack-create-complete \
8888
--stack-name ${{ env.STACK_NAME }} \
8989
--region ${{ env.AWS_REGION }}
9090

0 commit comments

Comments
 (0)