Skip to content

Commit

Permalink
Merge pull request #53 from THEGOODs-repo/ci/46
Browse files Browse the repository at this point in the history
👷 CI/CD: KST timezone 설정
  • Loading branch information
Eunjin3395 authored Feb 5, 2024
2 parents 67051e8 + 61150b1 commit da51f02
Showing 1 changed file with 1 addition and 1 deletion.
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 -jar $JAR_PATH
java -Duser.timezone=Asia/Seoul -Dfile.encoding=UTF-8 -jar $JAR_PATH

0 comments on commit da51f02

Please sign in to comment.