Skip to content

Commit

Permalink
fix: container명 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
SunYerim committed Jul 6, 2024
1 parent 4f4a912 commit a964fe4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,5 @@ jobs:
docker pull ${{ secrets.DOCKER_USERNAME }}/analysis:latest
docker compose build
docker compose up -d
docker network connect eureka-network sunjoo-server-sentimentanalysis_sentimentAnalysis_1
docker restart sunjoo-server-sentimentanalysis_sentimentAnalysis_1
docker network connect eureka-network sunjoo-server-sentimentanalysis-sentimentAnalysis-1
docker restart sunjoo-server-sentimentanalysis-sentimentAnalysis-1

0 comments on commit a964fe4

Please sign in to comment.