Skip to content

Commit

Permalink
redeploy
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelxswe committed Apr 2, 2024
1 parent 905ce62 commit b32b5fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,5 +88,5 @@ jobs:
run: |
aws cloudformation deploy \
--template-file infrastructure/cf.yml \
--stack-name my-stack-name \
--stack-name test-stack \
--no-fail-on-empty-changeset \
2 changes: 1 addition & 1 deletion infrastructure/cf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ Resources:
MyECRRepository:
Type: 'AWS::ECR::Repository'
Properties:
RepositoryName: Test
RepositoryName: test

0 comments on commit b32b5fa

Please sign in to comment.