Skip to content

Commit 25cb31b

Browse files
committed
fix: update appspec.yml for Amazon Linux (ec2-user)
1 parent 489a82c commit 25cb31b

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

appspec.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@ version: 0.0
22
os: linux
33

44
files:
5-
- source: /
6-
destination: /home/ubuntu/app
5+
- source: /
6+
destination: /home/ec2-user/app
77
overwrite: yes
88

99
permissions:
1010
- object: /
1111
pattern: "**"
12-
owner: ubuntu
13-
group: ubuntu
12+
owner: ec2-user
13+
group: ec2-user
1414

1515
hooks:
1616
AfterInstall:
1717
- location: deploy.sh
1818
timeout: 300
19-
runas: ubuntu
19+
runas: ec2-user

0 commit comments

Comments
 (0)