Skip to content

Commit

Permalink
[HOTFIX] 잘못된 Appspec Resource Path 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
yummygyudon committed Dec 8, 2024
1 parent 7b8a61d commit 8a9ad25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ files:
- source: key
destination: /home/ubuntu/property/auth/key
- source: application.env
destination: /home/ubuntu/env/auth/application.env
destination: /home/ubuntu/env/auth
overwrite: yes
file_exists_behavior: OVERWRITE

Expand Down

0 comments on commit 8a9ad25

Please sign in to comment.