Skip to content

Commit

Permalink
chore: CodeDeploy가 배포한 파일들이 ec2-user 권한을 가지도록 변경한다. (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
hseong3243 authored Nov 6, 2023
1 parent 0a6a636 commit 975d4ba
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions appspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ files:
- source: /
destination: /home/ec2-user/app/deploy

permissions:
- object: /
pattern: "**"
owner: ec2-user
group: ec2-user

hooks:
ApplicationStart:
- location: scripts/deploy.sh
Expand Down

0 comments on commit 975d4ba

Please sign in to comment.