Hi everyone,
maybe I oversaw the option but I am facing the following problem.
- I got a DEV and a PROD Envr with the PowerPage
- I want to make a small change (Bug fix, CSS Colorchange etc. - really small)
- Only that change needs to be roled out from dev to prod
Anyway to do that except deploying the entire page via pipeline?
The pipelines are working to my disadvantage as they overwrite everything - means I have to setup certain things again which is not worth the effort.
Yes doing it manually for smaller changes works, but just to see if there is an easy solution.