Skip to content

Commit

Permalink
Feature/1 ๐Ÿ› [FIX] .ebextension -> .ebextensions (#10)
Browse files Browse the repository at this point in the history
* ๐Ÿ‘ท Ci : nginx ์„ค์ • ์ถ”๊ฐ€

* ๐Ÿ‘ท Ci : ci/cd ํŒŒ์ดํ”„๋ผ์ธ ํ•„์š”ํ•œ ํŒŒ์ผ ์ถ”๊ฐ€

* ๐Ÿ› Deploy.yml ์ˆ˜์ •

Java11 -> Java17๋กœ ๋ณ€๊ฒฝ

* ๐Ÿ› Bug : .extensions๋กœ ๋ณ€๊ฒฝ
  • Loading branch information
CYY1007 authored Sep 14, 2023
1 parent ef57f10 commit 057cd14
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .ebextensions/00-makeFiles.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
files:
"/sbin/appstart" :
mode: "000755"
owner: webapp
group: webapp
content: |
#!/usr/bin/env bash
JAR_PATH=/var/app/current/application.jar

# run app
killall java
java -Dfile.encoding=UTF-8 -jar $JAR_PATH

0 comments on commit 057cd14

Please sign in to comment.