aboutsummaryrefslogtreecommitdiff
path: root/appspec.yml
diff options
context:
space:
mode:
authorNavan Chauhan <navanchauhan@gmail.com>2023-10-08 10:31:00 -0600
committerNavan Chauhan <navanchauhan@gmail.com>2023-10-08 10:31:00 -0600
commit61ecbd8942ab32c46616b38df456325972535b1f (patch)
treec983566b202513a75c805d6d5dc79aa1184965eb /appspec.yml
parent613702d008db69847f783516521f77b52d5183ef (diff)
trying to add CD
Diffstat (limited to 'appspec.yml')
-rw-r--r--appspec.yml2
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