-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove need of license key env var for private hub public sync
- Loading branch information
Showing
1 changed file
with
3 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]). |