diff options
-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 |