Skip to content

Commit

Permalink
Fix : eureka server에 등록될 이름 수정 (#110)
Browse files Browse the repository at this point in the history
* issue/60 💚 CI : 릴리즈 인프라 구축 (#64) (#65)

* Ci : 릴리즈 인프라 구축

* Ci : release 인프라 구축

* 👷 CI : 릴리즈 인프라 구축 (#67)

* issue/60 💚 CI : 릴리즈 인프라 구축 (#64)

* Ci : 릴리즈 인프라 구축

* Ci : release 인프라 구축

* issue/60 🐛 FIX : release_deploy.yml 수정 (#66)

* Ci : 릴리즈 인프라 구축

* Ci : release 인프라 구축

* Fix : release_deploy.yml 수정

* 🚀 2023 10 13 release 릴리즈 인프라 application.yml profile 분리 (#73)

* issue/60 💚 CI : 릴리즈 인프라 구축 (#64)

* Ci : 릴리즈 인프라 구축

* Ci : release 인프라 구축

* issue/60 🐛 FIX : release_deploy.yml 수정 (#66)

* Ci : 릴리즈 인프라 구축

* Ci : release 인프라 구축

* Fix : release_deploy.yml 수정

* Ci : 개발 인프라 이전 (#69)

* Ci/68 🐛 [FIX] application.yml profile 수정 (#70)

* Ci : 개발 인프라 이전

* application.yml profile 분리 수정

* Ci : release 인프라 application.yml profile 분리 (#72)

* 💚 Change CI/CD script

릴리즈 인프라 CI/CD Push때도 돌도록 변경

* 💚 Change CI/CD Script

release_deploy.yml 변경

* 🐛 Fix : redis 연결 정보 수정

* 🐛 Fix : redis 연결정보 환경변수로 변경

* 🐛 Fix : application.yml 설정 spring 설정을 eureka 설정이 가져가지 않도록 수정

* 🐛 Fix : eureka 접속정보 수정

* 🐛 Fix : eureka 설정 정보 수정

* 🐛 Fix : eureka server에 등록될 이름 수정

---------

Co-authored-by: swa07016 <swa07016@naver.com>
  • Loading branch information
CYY1007 and swa07016 authored Dec 10, 2023
1 parent 458220b commit 867306a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ openai:

---
spring:
application:
name: dev
config:
activate:
on-profile: dev
Expand Down

0 comments on commit 867306a

Please sign in to comment.