Skip to content

Commit

Permalink
Feature/156 ci/cd 트러블 슈팅 (#176)
Browse files Browse the repository at this point in the history
* ✨ Feat : 멀티모듈 적용 및 FCM 구현

* 🔨 코드리뷰 반영

* 👷 Ci : deploy.yml 수정

* 👷 Ci : deploy.yml 수정

git push origin feature/156

* ebextensions 수정

* 👷 Ci : deploy.yml 오타 수정

* ci 스크립트 수정

* ci/cd 트러블 슈팅

* ci/cd 트러블 슈팅

* ci/cd 트러블슈팅
  • Loading branch information
CYY1007 authored Jan 24, 2024
1 parent 1689a7b commit 6a9bcf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6a9bcf3

Please sign in to comment.