Skip to content

Commit

Permalink
remove need of license key env var for private hub public sync
Browse files Browse the repository at this point in the history
  • Loading branch information
HugoCasa committed Oct 29, 2024
1 parent 10ce475 commit 4c6e0e5
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions docs/core_concepts/32_private_hub/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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:[email protected]).

0 comments on commit 4c6e0e5

Please sign in to comment.