switch deploy to main

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-02-05 23:02:16 +03:00
parent c7099faf74
commit 76ace45611

View File

@@ -18,7 +18,7 @@ fi
cd "$APP_DIR"
git fetch --all
git reset --hard origin/master
git reset --hard origin/main
docker build -t "$IMAGE_NAME:latest" .
docker rm -f "$CONTAINER_NAME" >/dev/null 2>&1 || true