From 8c4c9fed78ccab6be26b71cb49db7b482de3536b Mon Sep 17 00:00:00 2001 From: Martyn Inglis Date: Tue, 1 Dec 2015 12:39:48 +0000 Subject: [PATCH] Updated deploy route for application --- appspec.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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