Skip to content

Commit

Permalink
fix: appspec.yml user 이름 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
D0ri123 committed Sep 17, 2023
1 parent 3d70bf8 commit abd8cc0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions appspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ version: 0.0
os: linux
files:
- source: /
destination: /home /ec2-user/bbok-deploy/ # 배포 파일이 저장되는 경로
destination: /home /ubuntu/bbok-deploy/ # 배포 파일이 저장되는 경로
overwrite: yes

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

0 comments on commit abd8cc0

Please sign in to comment.