diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2023-10-08 10:46:20 -0600 |
---|---|---|
committer | Navan Chauhan <navanchauhan@gmail.com> | 2023-10-08 10:46:20 -0600 |
commit | 38d967d76a3c77a8d6c955b46359c6fe438b49ed (patch) | |
tree | cb5f3b5bb80e64b9e8a633d9954544b53232e481 | |
parent | 672bf51c424c7ee902eea89bd0d28f147e6b08c6 (diff) |
fix path?
-rw-r--r-- | appspec.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/appspec.yml b/appspec.yml index 90a7f55..a74007e 100644 --- a/appspec.yml +++ b/appspec.yml @@ -11,10 +11,10 @@ hooks: timeout: 300 runas: root ApplicationStart: - - location: scripts/start_application.sh + - location: /home/ec2-user/dep-dir/scripts/start_application.sh timeout: 300 runas: root ApplicationStop: - - location: scripts/stop_application.sh + - location: /home/ec2-user/dep-dir/scripts/stop_application.sh timeout: 300 runas: root
\ No newline at end of file |