Skip to content
This repository has been archived by the owner on Dec 7, 2024. It is now read-only.

Commit

Permalink
udpate :: / 슬래시 추가 및 배포 전 스크립트 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
shk0625 committed Jan 21, 2024
1 parent d442d50 commit 259f5b0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion appspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ os: linux

files:
- source: /
destination: /home/ec2-user/deploy
destination: /home/ec2-user/deploy/
overwrite: yes

permissions:
Expand All @@ -13,6 +13,9 @@ permissions:
group: ec2-user

hooks:
BeforeInstall:
- location: deploy-before.sh
runas: ec2-user
ApplicationStart:
- location: deploy.sh
timeout: 60
Expand Down

0 comments on commit 259f5b0

Please sign in to comment.