Skip to content

Commit

Permalink
chore: appspec.yml 파일 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
jemin committed Apr 26, 2024
1 parent f626a8f commit 6f0b85b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions appspec.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,24 @@ os: linux

files:
- source: /
destination: /home/ubuntu/dev
destination: /home/ec2-user/dev
overwrite: yes
file_exists_behavior: OVERWRITE

permissions:
- object: /
pattern: "**"
owner: ubuntu
group: ubuntu
owner: ec2-user
group: ec2-user

hooks:
ApplicationStart:
- location: scripts/dev/run_new_was.sh
timeout: 180
runas: ubuntu
runas: ec2-user
- location: scripts/dev/health_check.sh
timeout: 180
runas: ubuntu
runas: ec2-user
# - location: scripts/dev/switch.sh
# timeout: 180
# runas: ubuntu

0 comments on commit 6f0b85b

Please sign in to comment.