Skip to content

Commit

Permalink
ci 스크립트 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
CYY1007 committed Jan 24, 2024
1 parent a0446c0 commit a2910eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .ebextensions-dev/00-makeFiles.config
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ files:
group: webapp
content: |
#!/usr/bin/env bash
JAR_PATH=/var/app/current/application.jar
JAR_PATH=/var/app/current/Briefing-Api-application.jar

# run app
killall java
java -Dfile.encoding=UTF-8 -Dspring.profiles.active=dev -jar /var/app/current/Briefing-Api-application.jar
java -Dfile.encoding=UTF-8 -Dspring.profiles.active=dev -jar $JAR_PATH

0 comments on commit a2910eb

Please sign in to comment.