Skip to content

Commit

Permalink
cicd: container명 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
SunYerim committed Jul 9, 2024
1 parent 74e5cc0 commit dc76dea
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
docker pull ${{ secrets.DOCKER_USERNAME }}/redis:latest
docker compose build
docker compose up -d
docker network connect eureka-network sunjoo-server-auth_spring_1
docker network connect eureka-network sunjoo-server-auth_redis_1
docker restart sunjoo-server-auth_spring_1
docker restart sunjoo-server-auth_redis_1
docker network connect eureka-network sunjoo-server-auth-spring-1
docker network connect eureka-network sunjoo-server-auth-redis-1
docker restart sunjoo-server-auth-spring-1
docker restart sunjoo-server-auth-redis-1

0 comments on commit dc76dea

Please sign in to comment.