From 05099ab1d47971ee5378e205545939d9864abfde Mon Sep 17 00:00:00 2001 From: siepra Date: Thu, 21 Mar 2024 10:27:37 +0100 Subject: [PATCH] fix: pass desitnation path explicitly --- appspec.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appspec.yml b/appspec.yml index d614b0b..e669e6a 100644 --- a/appspec.yml +++ b/appspec.yml @@ -2,7 +2,7 @@ version: 0.0 os: linux files: - source: / - destination: ~/qss + destination: /home/ubuntu/qss hooks: AfterInstall: - location: aws/scripts/after-install.sh