Skip to content

Commit

Permalink
Feature/156 (#171)
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 ์ˆ˜์ •
  • Loading branch information
CYY1007 authored Jan 24, 2024
1 parent c3ef980 commit 0d03bbc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .ebextensions-dev/00-makeFiles.config
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ files:

# run app
killall java
java -Dfile.encoding=UTF-8 -Dspring.profiles.active=dev -jar $JAR_PATH
java -Dfile.encoding=UTF-8 -Dspring.profiles.active=dev -jar /var/app/current/Briefing-Api-application.jar
2 changes: 1 addition & 1 deletion .github/workflows/dev_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,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 0d03bbc

Please sign in to comment.