uSync publishing during CI/CD
i
We have the usual Dev / QA / Prod environments, with uSync & USync Publish enabled. Content editors create their content on QA and then push them to PROD. We have the situation where after a code deployment using devops upto QA, the editors are then pushing content changes from QA > Prod which is then breaking as the code changes haven't been pushed as yet. Is there a way to turn off the uSync publishing capabilities during CI/CD, or what do other people do in this situation?
m
uSync.Stop
could help...
we do it the other way round.. we only want usync to process during a deployment so remove stop and add once..
7 Views