Skip to content

Commit

Permalink
[#38] 스프링 환경설정 추가 관련 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
JunRain2 committed Mar 20, 2024
1 parent e81b53e commit 7261754
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
with:
distribution: temurin
java-version: 17

- run : echo "${{secrets.DEV_YML}}" > ./src/main/resources/application-dev.yml

- name: Log in to Docker Hub
uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9
Expand Down
3 changes: 1 addition & 2 deletions backend/memetory/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,4 @@ out/
### VS Code ###
.vscode/

src/main/resources/application-jwt.yml
src/main/resources/application-oauth.yml
src/main/resources/application-*

0 comments on commit 7261754

Please sign in to comment.