From ff525fbcb909048b9b589e4366ff9b0f8d21c417 Mon Sep 17 00:00:00 2001 From: Philipp Geyer Date: Fri, 28 Jan 2022 21:31:55 +0000 Subject: Changing permissions on deployed directory --- appspec.yml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'appspec.yml') 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 -- cgit v1.2.3-70-g09d2