Skip to content

Commit

Permalink
Fix aws command syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
muratugureminoglu authored Nov 28, 2023
1 parent c8d9e29 commit 600e928
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/antmedia-cf-template-validation-test.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Ant Media Server Cloudformation Deployment
name: Ant Media Server AWS CloudFormation Deployment

on:
push:
# branches:
# - main
branches:
- main

jobs:
deploy:
Expand Down Expand Up @@ -77,5 +77,5 @@ jobs:
- name: Delete Stack
if: ${{ always() }}
run: |
aws delete-stack --stack-name ${{ env.STACK_NAME }}
aws wait stack-delete-complete --stack-name ${{ env.STACK_NAME }}
aws cloudformation delete-stack --stack-name ${{ env.STACK_NAME }}
aws cloudformation wait stack-delete-complete --stack-name ${{ env.STACK_NAME }}

0 comments on commit 600e928

Please sign in to comment.