Skip to content

Commit

Permalink
eureka 정보 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
sangminee committed Oct 15, 2023
1 parent b05d7d2 commit 8ec1309
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,5 @@ jobs:
sudo docker rm -f $(sudo docker ps -qa)
sudo docker pull ${{ secrets.DOCKER_USERNAME }}/${{ secrets.DOCKER_REPO }}
sudo docker run ${{ secrets.DOCKER_USERNAME }}/${{ secrets.DOCKER_REPO }}:latest
sudo docker run -d ${{ secrets.DOCKER_USERNAME }}/${{ secrets.DOCKER_REPO }}:latest
2 changes: 1 addition & 1 deletion src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ eureka:
register-with-eureka: true
fetch-registry: true
service-url:
defaultZone: http://52.78.155.253:8761/eureka
defaultZone: http://52.78.155.253:8761
spring:
application:
name: gateway-service
Expand Down

0 comments on commit 8ec1309

Please sign in to comment.