Skip to content

Commit

Permalink
chore: 존재하는 파일인경우 덮어쓰도록 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
kimchijinju committed Jul 21, 2024
1 parent 3d4642f commit 3f6cc96
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions appspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ files:
- source: /
destination: /home/ec2-user/build
overwrite: yes
file_exists_behavior: OVERWRITE

permissions:
- object: /
pattern: "**"
Expand Down

0 comments on commit 3f6cc96

Please sign in to comment.