Skip to content

Commit

Permalink
ebextensions 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
CYY1007 committed Jan 24, 2024
1 parent 1488ff5 commit d62a063
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 d62a063

Please sign in to comment.