summaryrefslogtreecommitdiff
path: root/appspec.yml
diff options
context:
space:
mode:
Diffstat (limited to 'appspec.yml')
-rw-r--r--appspec.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/appspec.yml b/appspec.yml
index c38058c..a7e1ff7 100644
--- a/appspec.yml
+++ b/appspec.yml
@@ -4,6 +4,10 @@ files:
- source: /
destination: /home/ec2-user/philippgeyer.co.uk
hooks:
+ AfterInstall:
+ - location: scripts/permissions.sh
+ timeout: 300
+ runas: root
ApplicationStart:
- location: scripts/build.sh
timeout: 300