We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 489a82c commit 25cb31bCopy full SHA for 25cb31b
1 file changed
appspec.yml
@@ -2,18 +2,18 @@ version: 0.0
2
os: linux
3
4
files:
5
- - source: /
6
- destination: /home/ubuntu/app
+ - source: /
+ destination: /home/ec2-user/app
7
overwrite: yes
8
9
permissions:
10
- object: /
11
pattern: "**"
12
- owner: ubuntu
13
- group: ubuntu
+ owner: ec2-user
+ group: ec2-user
14
15
hooks:
16
AfterInstall:
17
- location: deploy.sh
18
timeout: 300
19
- runas: ubuntu
+ runas: ec2-user
0 commit comments