Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ jobs:
cd /home/ssm-user/WEB6_8_FiveLogic_BE || exit 1

echo "📥 Docker 이미지 다운로드 중..."
docker pull ghcr.io/${OWNER_LC}/${IMAGE_REPOSITORY}:${IMAGE_TAG}
docker pull ghcr.io/${OWNER_LC}/${IMAGE_REPOSITORY}:latest

echo "🛑 기존 컨테이너 중지 및 제거 중..."
docker-compose down || true
Expand Down