diff options
Diffstat (limited to 'appspec.yml')
-rw-r--r-- | appspec.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appspec.yml b/appspec.yml index ba4346e..a239ceb 100644 --- a/appspec.yml +++ b/appspec.yml @@ -2,7 +2,7 @@ version: 0.0 os: linux files: - source: / - destination: /home/ec2-user + destination: /home/ec2-user/dep-dir hooks: BeforeInstall: - location: scripts/install_dependencies.sh |