From d0fc5da826bc552b1666fb120d5a4261193b6b8c Mon Sep 17 00:00:00 2001 From: s4616 <87678241+s4616@users.noreply.github.com> Date: Mon, 10 Jul 2023 20:31:59 +0900 Subject: [PATCH] Delete appspec.yml --- appspec.yml | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 appspec.yml diff --git a/appspec.yml b/appspec.yml deleted file mode 100644 index e5a5ad9d2..000000000 --- a/appspec.yml +++ /dev/null @@ -1,20 +0,0 @@ -version: 0.0 -os: linux -files: - - source: / - destination: /home/ubuntu - overwrite: yes -permission: - - object: /home/ubuntu - pattern: "**" - owner: ubuntu - group: ubuntu -hooks: - ApplicationStop: - - location: scripts/kill_process.sh - timeout: 100 - runas: ubuntu - ApplicationStart: - - location: scripts/run_process.sh - timeout: 3600 - runas: ubuntu