diff --git a/appspec.yml b/appspec.yml index 43218db7..dfe5bb59 100644 --- a/appspec.yml +++ b/appspec.yml @@ -13,7 +13,7 @@ permissions: hooks: AfterInstall: # 기존 실행되던 애플리케이션 종료 - - location : scripts/execute-deploy.sh + - location : scripts/deploy-execute.sh timeout: 180 runas: ubuntu file_exists_behavior: OVERWRITE