diff --git a/deploy-host.sh b/deploy-host.sh index 30da6d6..dbeab51 100644 --- a/deploy-host.sh +++ b/deploy-host.sh @@ -7,5 +7,5 @@ echo "Deploy started at $(date)" cd "$PROJECT" git fetch origin main git reset --hard origin/main -docker compose up -d --build +docker compose up -d --build 2>&1 echo "Deploy finished at $(date)" diff --git a/frontend/src/layout/Header.jsx b/frontend/src/layout/Header.jsx index 6c38686..d160ed6 100644 --- a/frontend/src/layout/Header.jsx +++ b/frontend/src/layout/Header.jsx @@ -12,7 +12,7 @@ export default function Header() { }} >