From 71575ea2fb8a0ef8d4b65885beedd6710675ff3a Mon Sep 17 00:00:00 2001 From: Yang Jiyoung <0112jyoung@naver.com> Date: Mon, 13 Jan 2025 17:03:02 +0900 Subject: [PATCH] Update appspec.yml --- appspec.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/appspec.yml b/appspec.yml index 7b785fb..d50876f 100644 --- a/appspec.yml +++ b/appspec.yml @@ -4,6 +4,7 @@ files: - source: / destination: /home/ubuntu/makeawish overwrite: yes +file_exists_behavior: OVERWRITE permissions: - object: /home/ubuntu/makeawish @@ -15,4 +16,4 @@ hooks: ApplicationStart: - location: scripts/deploy.sh timeout: 60 - runas: ubuntu \ No newline at end of file + runas: ubuntu