Skip to content
Merged
Show file tree
Hide file tree
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/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ jobs:

# 5️⃣ 새로운 컨테이너 실행 (Redis와 같은 네트워크 사용)
echo "새로운 monicar-control-center 컨테이너 실행..."
sudo docker run -d --name monicar-control-center --network host -p 8081:8081 suxxxxhyun/monicar-control-center:latest
sudo docker run -d --name monicar-control-center --network host -p 8081:8081 -v /app/logs:/var/log/app-logs suxxxxhyun/monicar-control-center:latest

echo "=== [배포 완료] Monicar Control Center가 실행되었습니다! ==="
#
Expand Down
Loading