We are using Umbraco version 7.5.4 and Courier with several environments - dev, testing, pre-release, and production. When we deploy, we are pushing a copy of the dev database up through each environment with the code we have in source control. Obviously, this means that if our users make updates outside of dev, those updates will be lost. To mitigate that issue, we've installed Courier and advised our users to make sure all content makes it down to the dev environment when it is created in an upper environment.
While this works quite well when the users remember to do it, we have run into some situations where the process was forgotten or overlooked. We would love to have Courier automatically apply changes to the lower environments when content gets published. Is it possible to set it up to behave this way? I have heard that at one point Courier may worked like this.
If not, where would be the best place to look on how to hook into the publish action to trigger a Courier sync?
Sync via Courier Upon Publishing
Hello!
We are using Umbraco version 7.5.4 and Courier with several environments - dev, testing, pre-release, and production. When we deploy, we are pushing a copy of the dev database up through each environment with the code we have in source control. Obviously, this means that if our users make updates outside of dev, those updates will be lost. To mitigate that issue, we've installed Courier and advised our users to make sure all content makes it down to the dev environment when it is created in an upper environment.
While this works quite well when the users remember to do it, we have run into some situations where the process was forgotten or overlooked. We would love to have Courier automatically apply changes to the lower environments when content gets published. Is it possible to set it up to behave this way? I have heard that at one point Courier may worked like this.
If not, where would be the best place to look on how to hook into the publish action to trigger a Courier sync?
Thanks!
is working on a reply...