Skip to content

Commit 54d71d6

Browse files
committed
fix: 서비스 이름 일치시키도록 변경
1 parent 565dd3a commit 54d71d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
docker pull ${{ secrets.DOCKERHUB_USERNAME }}/git-ranker:latest
7676
7777
echo "[2/3] Restarting container..."
78-
docker-compose up -d --no-deps --force-recreate backend
78+
docker-compose up -d --no-deps --force-recreate git-ranker-api
7979
8080
echo "[3/3] Cleaning up old images..."
8181
docker image prune -f

0 commit comments

Comments
 (0)