fix: trying to fix auto-pulls 24 !

This commit is contained in:
2026-02-27 06:08:11 +02:00
parent 56820e2608
commit 0ee3bc07f1
2 changed files with 2 additions and 2 deletions

View File

@@ -7,5 +7,5 @@ echo "Deploy started at $(date)"
cd "$PROJECT" cd "$PROJECT"
git fetch origin main git fetch origin main
git reset --hard origin/main git reset --hard origin/main
docker compose up -d --build docker compose up -d --build 2>&1
echo "Deploy finished at $(date)" echo "Deploy finished at $(date)"

View File

@@ -12,7 +12,7 @@ export default function Header() {
}} }}
> >
<h2 className="text-lg font-semibold" style={{ color: "var(--text-heading)" }}> <h2 className="text-lg font-semibold" style={{ color: "var(--text-heading)" }}>
BellCloud - Console new BellCloud - Console new2
</h2> </h2>
<div className="flex items-center gap-4"> <div className="flex items-center gap-4">