From b691b96dc0826b3c466ce5acd3e50b1d9241dfb4 Mon Sep 17 00:00:00 2001 From: wjddn2165 Date: Mon, 29 Jul 2024 21:58:40 +0900 Subject: [PATCH] test --- Server/appspec.yml | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 Server/appspec.yml diff --git a/Server/appspec.yml b/Server/appspec.yml deleted file mode 100644 index fbffce5c..00000000 --- a/Server/appspec.yml +++ /dev/null @@ -1,20 +0,0 @@ -version: 0.0 -os: linux - -files: - - source: / - destination: /home/ubuntu/spring-boot - overwrite: yes - -permissions: - - object: / - owner: ubuntu - group: ubuntu - -hooks: - AfterInstall: - - location: scripts/stop.sh - timeout: 60 - ApplicationStart: - - location: scripts/start.sh - timeout: 60