From 2fbacdb704c5ffd5db0f3bdd4d8efd8941852541 Mon Sep 17 00:00:00 2001 From: Chris Masone Date: Mon, 16 Nov 2015 14:23:57 -0800 Subject: [PATCH] Fix permissions in appspec.yml --- appspec.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appspec.yml b/appspec.yml index 2b596068a4..a0696bebc1 100644 --- a/appspec.yml +++ b/appspec.yml @@ -33,12 +33,12 @@ permissions: - object: /home/ec2-user/deployed/server owner: ec2-user group: ec2-user - mode: 0755 + mode: 755 type: - file - object: /home/ec2-user/deployed/scripts pattern: "*.sh" - mode: 0755 + mode: 755 type: - file # If you are not running any commands on the instance, then remove