fix: trying to fix auto-pulls 24 !
This commit is contained in:
@@ -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)"
|
||||||
|
|||||||
@@ -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">
|
||||||
|
|||||||
Reference in New Issue
Block a user