diff --git a/deploy-alexhost.sh b/deploy-alexhost.sh index f0e0ed8..b664211 100644 --- a/deploy-alexhost.sh +++ b/deploy-alexhost.sh @@ -171,7 +171,7 @@ deploy_telebot() { verify_deployment() { echo -e "${YELLOW}=== Verifying Deployment ===${NC}" - ssh_sudo " + sshpass -p "$ALEXHOST_PASS" ssh -o StrictHostKeyChecking=no "$ALEXHOST_USER@$ALEXHOST_IP" << 'VERIFY_EOF' echo '' echo 'Container Status:' sudo docker ps --format 'table {{.Names}}\t{{.Status}}\t{{.Ports}}' | grep -E 'NAMES|teleshop|telebot' @@ -191,7 +191,7 @@ verify_deployment() { else echo 'TeleBot: Not running' fi - " +VERIFY_EOF } # Cleanup build directory