Skip to content

Commit 6f0b85b

Browse files
author
jemin
committed
chore: appspec.yml 파일 수정
1 parent f626a8f commit 6f0b85b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

appspec.dev.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,24 +4,24 @@ os: linux
44

55
files:
66
- source: /
7-
destination: /home/ubuntu/dev
7+
destination: /home/ec2-user/dev
88
overwrite: yes
99
file_exists_behavior: OVERWRITE
1010

1111
permissions:
1212
- object: /
1313
pattern: "**"
14-
owner: ubuntu
15-
group: ubuntu
14+
owner: ec2-user
15+
group: ec2-user
1616

1717
hooks:
1818
ApplicationStart:
1919
- location: scripts/dev/run_new_was.sh
2020
timeout: 180
21-
runas: ubuntu
21+
runas: ec2-user
2222
- location: scripts/dev/health_check.sh
2323
timeout: 180
24-
runas: ubuntu
24+
runas: ec2-user
2525
# - location: scripts/dev/switch.sh
2626
# timeout: 180
2727
# runas: ubuntu

0 commit comments

Comments
 (0)