Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
qlido authored Aug 17, 2023
1 parent d228b78 commit bfefe76
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Deploy # Deploy to EC2
run: aws deploy create-deployment
--application-name bongbong-practice
--application-name insert-teampage-fe
--deployment-config-name CodeDeployDefault.AllAtOnce
--deployment-group-name bongbong-deploy-groupName
--s3-location bucket=bongbong-github-actions-tutorial,key=build-fe.zip,bundleType=zip
--deployment-group-name insert-teampage-deploy-group
--s3-location bucket=insert-teampage-fe,key=build-fe.zip,bundleType=zip

0 comments on commit bfefe76

Please sign in to comment.