diff --git a/appspec.yml b/appspec.yml index 8ccf3f3e1..5a43ac95f 100644 --- a/appspec.yml +++ b/appspec.yml @@ -2,7 +2,7 @@ version: 0.0 os: linux files: - source: / - destination: /home/ubuntu/ + destination: /home/ubuntu/notifications-admin hooks: AfterInstall: - location: scripts/install_dependencies.sh