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