Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove need of license key env var for private hub public sync #743

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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:contact@windmill.dev).
Loading