diff --git a/deploy.sh b/deploy.sh index f0d141e..c0af98e 100755 --- a/deploy.sh +++ b/deploy.sh @@ -50,7 +50,6 @@ check_command() { #============================================================================= log_info "Running pre-flight checks..." check_command docker -check_command git check_command curl # Check for docker-compose (either standalone or docker compose plugin) @@ -65,15 +64,6 @@ fi log_success "All required commands available (using: $DOCKER_COMPOSE)" -#============================================================================= -# Pull latest code -#============================================================================= -log_info "Pulling latest code..." -cd "$REPO_DIR" -git fetch origin -git reset --hard origin/main -log_success "Code updated to latest" - #============================================================================= # Check .env file #=============================================================================