From e54692c3b50179a465a5b21c1aba029340a5e14e Mon Sep 17 00:00:00 2001 From: nomo-fe Date: Wed, 2 Oct 2024 14:33:07 +0200 Subject: [PATCH] chore: update README --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index 023518f..79968e5 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,6 @@ Use `nomo-webon-cli init` if you do not yet have a `nomo_manifest.json`. `nomo-webon-cli` offers the following options for deployment: - **Raw SSH deployments**: Deploy via SSH to an arbitrary location -- **ZENCON deployments**: Deploy to ZENCON-managed infrastructure ## Installation @@ -107,8 +106,6 @@ const nomoCliConfig = { */ sshPort: 22, }, - // ZENCON deployments are not yet available. Please use rawSSH for the time being. - //zencon: {}, }, }, };