You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Umbraco 10 -> settings tab -> Extras -> Publisher
I notice that i have a "Realtime publisher" option selected by default, i try to change it but there is no other options.
My goal is to prevent umbraco10 to publish automaticly from qa to prod on save.
How can i achive this behaviour?
The text was updated successfully, but these errors were encountered:
The name can be a little misleading, but that isn't what the "realtime" publisher does.
it will only push things from qa to prod when you ask it to via the 'push to server' menu options. Nothing gets pushed between the sites on save.
Its called realtime, because it does that in realtime with the data in umbraco (it was the intention and we have it with v13 to have a queued and maybe also 'batched' publisher that does things at a later date)
Umbraco 10 -> settings tab -> Extras -> Publisher
I notice that i have a "Realtime publisher" option selected by default, i try to change it but there is no other options.
My goal is to prevent umbraco10 to publish automaticly from qa to prod on save.
How can i achive this behaviour?
The text was updated successfully, but these errors were encountered: