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"
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)"