From 4c6e0e5173c7bb6d0485c79f04d7a633be94f784 Mon Sep 17 00:00:00 2001 From: HugoCasa Date: Tue, 29 Oct 2024 13:35:48 +0100 Subject: [PATCH] remove need of license key env var for private hub public sync --- docs/core_concepts/32_private_hub/index.mdx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/core_concepts/32_private_hub/index.mdx b/docs/core_concepts/32_private_hub/index.mdx index 93596236..454c3eab 100644 --- a/docs/core_concepts/32_private_hub/index.mdx +++ b/docs/core_concepts/32_private_hub/index.mdx @@ -33,9 +33,8 @@ Use the commands `wmill-hub pull` and `wmill-hub push` for pulling and pushing, If you want to partially or fully sync your private hub with the public one: -1. Ensure you set a third environment variable, `LICENSE_KEY`, with your Windmill EE license key. -2. Pull the scripts locally from the public hub using `wmill-hub wm-pull`. -3. Delete any integration folders you don’t want to add to your Private Hub. -4. Push the scripts to your Private Hub using `wmill-hub push`. +1. Pull the scripts locally from the public hub using `wmill-hub wm-pull`. +2. Delete any integration folders you don’t want to add to your Private Hub. +3. Push the scripts to your Private Hub using `wmill-hub push`. If you are interested in having your own Private Hub, please [contact us](mailto:contact@windmill.dev). \ No newline at end of file