We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f2e845 commit eb50f05Copy full SHA for eb50f05
appspec.yml
@@ -9,7 +9,6 @@ hooks:
9
timeout: 300
10
AfterInstall:
11
- location: bin/deployment/build
12
- runas: ec2-user
13
ApplicationStart:
14
- location: bin/deployment/migrate
15
runas: ec2-user
bin/deployment/build
@@ -16,4 +16,6 @@ mix deps.get
16
17
mix compile
18
19
+chown -R ec2-user:ec2-user /opt/app
20
+
21
exit 0
0 commit comments