Skip to content

Commit

Permalink
chore: codedeploy 설정 파일을 수정한다.
Browse files Browse the repository at this point in the history
  • Loading branch information
hseong3243 committed Mar 12, 2024
1 parent 9a7dcb7 commit bba7248
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions appspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@ version: 0.0
os: linux
files:
- source: /
destination: /home/ec2-user/app/deploy
destination: /home/ubuntu/app/deploy

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

hooks:
ApplicationStart:
- location: scripts/deploy.sh
timeout: 60
runas: ec2-user
runas: ubuntu

0 comments on commit bba7248

Please sign in to comment.