Skip to content

Commit

Permalink
배포 수정 제발 돼라~~!!!
Browse files Browse the repository at this point in the history
  • Loading branch information
zzz664 committed Dec 13, 2023
1 parent c540169 commit 822cdde
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Deploy to EC2
run: aws deploy create-deployment
--application-name keyword-on-codedeploy
--deployment-config-name CodeDeployDefault.OneAtATime
--deployment-config-name CodeDeployDefault.AllAtOnce
--deployment-group-name keyword-on-webservice-group
--s3-location bucket=keyword-on,key=build-fe.zip,bundleType=zip

Expand Down
2 changes: 1 addition & 1 deletion frontend/appspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ hooks:
BeforeInstall:
- location: ./scripts/before-install.sh
timeout: 60
runas: root
runas: ec2-user

0 comments on commit 822cdde

Please sign in to comment.