Updated deploy route for application

This commit is contained in:
Martyn Inglis
2015-12-01 12:39:48 +00:00
parent 369de6b62e
commit 8c4c9fed78

View File

@@ -2,7 +2,7 @@ version: 0.0
os: linux os: linux
files: files:
- source: / - source: /
destination: /home/ubuntu/ destination: /home/ubuntu/notifications-admin
hooks: hooks:
AfterInstall: AfterInstall:
- location: scripts/install_dependencies.sh - location: scripts/install_dependencies.sh