From 8d1c85bd27d2509d528b2bcb6fa333d9e2cefead Mon Sep 17 00:00:00 2001 From: Elmadani Date: Tue, 24 Feb 2026 22:12:37 +0000 Subject: [PATCH] docs: use generic deployment names --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9ad1e22..727e06e 100644 --- a/README.md +++ b/README.md @@ -27,8 +27,8 @@ ix-tools/ │ ├── scripts/ # Deployment & operations │ ├── install.sh # Universal installer -│ ├── deploy-oasis.sh # Deploy to OASIS VPS -│ ├── deploy-node1.sh # Deploy to ARCHE VPS +│ ├── deploy-node2.sh # Deploy to production VPS +│ ├── deploy-node1.sh # Deploy to build VPS │ └── monitor.sh # Health monitoring │ └── docs/ # Documentation