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