Skip to content

Commit

Permalink
Merge pull request #328 from ODOICHON/qa
Browse files Browse the repository at this point in the history
Deploy for PROD - ๋„๋ฉ”์ธ์ฃผ์†Œ ์ด์ „
  • Loading branch information
dldmsql authored Nov 12, 2023
2 parents 8dacd57 + f5da8ad commit 61065e9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ jobs:
runs-on: ubuntu-latest

steps:

- uses: actions/checkout@v3

#jdk ์„ธํŒ…
- name: Set up JDK 17
uses: actions/setup-java@v2
Expand Down Expand Up @@ -59,7 +61,7 @@ jobs:

#test๋ฅผ ํฌํ•จํ•œ ํ”„๋กœ์ ํŠธ ๋นŒ๋“œ
- name: Build With Gradle
run: ./gradlew bootjar
run: ./gradlew bootJar

- name: Make a zip file
run: zip -r ./$GITHUB_SHA.zip .
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ class WebConfig (
"http://localhost:8080",
"http://localhost:3000",
"https://duaily.net",
"https://dev.duaily.net"
"https://dev.duaily.net",
"https://dev.jmhouse.org",
"https://jmhouse.org"
)
.allowedMethods(
HttpMethod.GET.name,
Expand Down

0 comments on commit 61065e9

Please sign in to comment.