Skip to content

Commit

Permalink
Merge pull request #185 from depromeet/develop
Browse files Browse the repository at this point in the history
makefile 핫픽스
  • Loading branch information
bjih1999 authored Oct 30, 2023
2 parents 53be14d + 1a8ccb2 commit 1c537d2
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,13 +5,13 @@ files:
group: webapp
content: |
# run app
kill `ps -ef | grep /var/app/current/fairer-api.jar | awk '{print $2}'`
kill `ps -ef | grep fairer-api | awk '{print $2}'`
java -Duser.timezone="Asia/Seoul" -Dspring.profiles.active=dev -jar /var/app/current/fairer-api.jar
"/sbin/batch_start" :
mode: "000755"
owner: webapp
group: webapp
content: |
# run app
kill `ps -ef | grep /var/app/current/fairer-batch.jar | awk '{print $2}'`
kill `ps -ef | grep fairer-batch | awk '{print $2}'`
java -Duser.timezone="Asia/Seoul" -Dspring.profiles.active=dev -jar /var/app/current/fairer-batch.jar

0 comments on commit 1c537d2

Please sign in to comment.