Skip to content

Commit

Permalink
fix: cicd.yml container명 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
SunYerim committed Jul 5, 2024
1 parent 5be0de7 commit e2478b4
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 @@ -50,5 +50,5 @@ jobs:
docker pull ${{ secrets.DOCKER_USERNAME }}/gateway:latest
docker-compose build
docker-compose up -d
docker network connect eureka-network sunjoo-server-gateway-gateway-1
docker restart sunjoo-server-gateway-gateway-1
docker network connect eureka-network sunjoo-server-gateway_gateway_1
docker restart sunjoo-server-gateway_gateway_1

0 comments on commit e2478b4

Please sign in to comment.