Skip to content

Commit

Permalink
chore : CodeDeploy가 중복된 콘텐츠를 overwrite 하도록 옵션 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
yel-m authored May 7, 2024
1 parent 482efca commit d68fbee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion appspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ files:
- source: /
destination: /home/ec2-user/happinessql/ # 프로젝트 이름
overwrite: yes
file_exists_behavior: OVERWRITE

permissions:
- object: /
Expand All @@ -21,4 +22,4 @@ hooks:
runas: ec2-user
- location: scripts/switch.sh
timeout: 180
runas: ec2-user
runas: ec2-user

0 comments on commit d68fbee

Please sign in to comment.