fix: change default branch from 'ai' to 'main' in Docker config

This commit is contained in:
sokol
2026-02-18 23:19:37 +03:00
parent 0fe61acfe7
commit a10d6ecc29
3 changed files with 4 additions and 4 deletions

View File

@@ -14,7 +14,7 @@ NC='\033[0m' # No Color
# Configuration
SERVER="${1:-}"
APP_NAME="configucci"
GIT_BRANCH="ai"
GIT_BRANCH="main"
echo -e "${GREEN}==================================${NC}"
echo -e "${GREEN} Configucci Docker Deployment ${NC}"
@@ -64,7 +64,7 @@ set -e
APP_DIR="/opt/configucci"
GIT_URL="https://git.six83.ru/ssa/configucci.git"
GIT_BRANCH="ai"
GIT_BRANCH="main"
echo "Creating app directory..."
mkdir -p \$APP_DIR