diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2023-10-08 10:31:00 -0600 |
---|---|---|
committer | Navan Chauhan <navanchauhan@gmail.com> | 2023-10-08 10:31:00 -0600 |
commit | 61ecbd8942ab32c46616b38df456325972535b1f (patch) | |
tree | c983566b202513a75c805d6d5dc79aa1184965eb /appspec.yml | |
parent | 613702d008db69847f783516521f77b52d5183ef (diff) |
trying to add CD
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 |