Skip to content

Commit

Permalink
feat: 배포 설정 파일 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
Hamiwood committed Dec 19, 2024
1 parent 3d1ad12 commit 72e19b3
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions appspec.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
version: 0.0
os: linux

files:
- source: /
destination: /home/ubuntu/itcast
overwrite: yes

permissions:
- object: /
owner: ubuntu
group: ubuntu

hooks:
ApplicationStart:
- location: scripts/deploy.sh
timeout: 60

0 comments on commit 72e19b3

Please sign in to comment.