From 680e0da5d37660806d6e803af491d9f833e0e739 Mon Sep 17 00:00:00 2001 From: 5uhwann <5uhwann27@gmail.com> Date: Thu, 23 May 2024 10:10:22 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20dev=20deploy=20=EC=8A=A4=ED=81=AC?= =?UTF-8?q?=EB=A6=BD=ED=8A=B8=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/dev-deploy.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/dev-deploy.yml b/.github/workflows/dev-deploy.yml index 262a1096..ced0a534 100644 --- a/.github/workflows/dev-deploy.yml +++ b/.github/workflows/dev-deploy.yml @@ -40,7 +40,6 @@ jobs: cp build/libs/*.jar deploy/application.jar cp Procfile deploy/Procfile cp -r .ebextensions deploy/.ebextensions - cp -r .platform deploy/.platform cd deploy && zip -r deploy.zip . # Beanstalk Deploy 플러그인 사용