aboutsummaryrefslogtreecommitdiff
path: root/appspec.yml
diff options
context:
space:
mode:
authorNavan Chauhan <navanchauhan@gmail.com>2023-10-08 10:43:38 -0600
committerNavan Chauhan <navanchauhan@gmail.com>2023-10-08 10:43:38 -0600
commitdf4e812dc7f73eb37a86ea5525b3f15f53346b79 (patch)
treeeb6b9dd79e982bdc3df448b596f28213ee12659f /appspec.yml
parenta924ac2766e12d1b28c1bb69178b8b25039c4c0b (diff)
add service files
Diffstat (limited to 'appspec.yml')
-rw-r--r--appspec.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/appspec.yml b/appspec.yml
index c8dbced..8db5566 100644
--- a/appspec.yml
+++ b/appspec.yml
@@ -3,6 +3,8 @@ os: linux
files:
- source: /
destination: /home/ec2-user/dep-dir
+ - source: /autoaid.service
+ destination: /etc/systemd/system/
hooks:
AfterInstall:
- location: scripts/install_dependencies.sh