Skip to content

Commit

Permalink
Update appspec.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jinseohyun1228 authored Nov 15, 2024
1 parent e5d44a7 commit 74b72ad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions appspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 74b72ad

Please sign in to comment.