Skip to content

Commit

Permalink
CI/CD: EB 배포 pipeline 구축
Browse files Browse the repository at this point in the history
  • Loading branch information
yxhwxn committed Jul 10, 2024
1 parent c64748a commit 6cf3284
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 @@ -6,7 +6,7 @@ files:
content: |
#!/usr/bin/env bash
JAR_PATH=/var/app/current/application.jar

# run app
killall java
java -Dfile.encoding=UTF-8 -Dspring.profiles.active=dev -jar $JAR_PATH

0 comments on commit 6cf3284

Please sign in to comment.