Skip to content

Commit

Permalink
ci-cd : add env eureka server addr
Browse files Browse the repository at this point in the history
  • Loading branch information
K-Diger authored Feb 16, 2024
1 parent fb3f2d3 commit 7511fe9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/timelineservice-ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ jobs:

- name: 프로젝트 빌드
env:
EUREKA_HOST: ${{ secrets.EUREKA_HOST }}
EUREKA_DEFAULT_ZONE: ${{ secrets.EUREKA_DEFAULT_ZONE }}
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}

Expand Down

0 comments on commit 7511fe9

Please sign in to comment.