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 daf1ad1 commit 8ddf59e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/socialservice-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 }}
AUTH_JWT_SECRET_KEY: ${{ secrets.AUTH_JWT_SECRET_KEY }}
Expand Down Expand Up @@ -83,4 +85,4 @@ jobs:
script: |
cd /home/ubuntu/palette/social-service
sudo fuser -k 10003/tcp
timeout 1s ./operate.sh
./operate.sh

0 comments on commit 8ddf59e

Please sign in to comment.