From 74b72ad3319f98a268e67d12fbf2a3981ea2979f Mon Sep 17 00:00:00 2001 From: jinseohyun1228 <121755257+jinseohyun1228@users.noreply.github.com> Date: Fri, 15 Nov 2024 16:04:26 +0900 Subject: [PATCH] Update appspec.yml --- appspec.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/appspec.yml b/appspec.yml index deed8d16..764c4ad0 100644 --- a/appspec.yml +++ b/appspec.yml @@ -5,14 +5,14 @@ files: destination: /home/ubuntu/my-spring-app/libs/ - source: scripts/ destination: /home/ubuntu/my-spring-app/scripts/ - + - source: fonts/ # 폰트 디렉토리 추가 + destination: /home/ubuntu/my-spring-app/fonts/ permissions: - object: /home/ubuntu/my-spring-app pattern: "**" owner: ubuntu group: ubuntu - mode: 755 # 실행 권한 부여 - + mode: 755 hooks: ApplicationStart: - location: scripts/start_server.sh