From 6a9bcf3af76eb7c1c39bff8f22f3b3352a751c2c Mon Sep 17 00:00:00 2001 From: YONGWOOK CHOI <60510921+CYY1007@users.noreply.github.com> Date: Wed, 24 Jan 2024 16:50:16 +0900 Subject: [PATCH] =?UTF-8?q?Feature/156=20ci/cd=20=ED=8A=B8=EB=9F=AC?= =?UTF-8?q?=EB=B8=94=20=EC=8A=88=ED=8C=85=20(#176)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * :sparkles: Feat : 멀티모듈 적용 및 FCM 구현 * :hammer: 코드리뷰 반영 * :construction_worker: Ci : deploy.yml 수정 * :construction_worker: Ci : deploy.yml 수정 git push origin feature/156 * ebextensions 수정 * :construction_worker: Ci : deploy.yml 오타 수정 * ci 스크립트 수정 * ci/cd 트러블 슈팅 * ci/cd 트러블 슈팅 * ci/cd 트러블슈팅 --- .github/workflows/dev_deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dev_deploy.yml b/.github/workflows/dev_deploy.yml index f8d7765..109df4b 100644 --- a/.github/workflows/dev_deploy.yml +++ b/.github/workflows/dev_deploy.yml @@ -49,7 +49,7 @@ jobs: cp Procfile deploy/Procfile cp -r .ebextensions-dev deploy/.ebextensions cp -r .platform deploy/.platform - cd deploy && zip -r deploy. zip . + cd deploy && zip -r deploy.zip . - name: Beanstalk Deploy uses: einaregilsson/beanstalk-deploy@v20