Git push unreliably returns the push-hook logs
Issue description
I've been testing Umbraco Cloud last few days and have noticed that I've only ever seen the push-hook responding with log lines once (eg. the echo-lines from deploy.cmd).
Is this intended? Did I break something? How could I turn them back on?
Hey @LennardF1989
Thanks for submitting this issue - We do need a little more information on this issue.
When is this happening ? is it when pushing from local to your cloud dev/live environment or is it when deploying between two environments on Umbraco Cloud? Is it via the CI/CD feature?
Did you do some "fiddling" wit the deploy.cmd file? like changing anything it it? or did you set some custom environment variables in git push deployment process?
Hey @mikkelhm!
This was a cleanly installed environment, not touched in any way. The very first time I cloned, made changes and pushed, I got a nice log of everything that was happening during the deployment (restoring packages, compiling, kudusync, etc), but that was literally to only time I've seen it.
Initially I thought it was related to big commits, but it appeared even smaller commits didn't have them anymore. Later tried peaking into the deploy.cmd if there was maybe a flag that got disabled, checked the git push hook, eventually even attempted to update the Deploy Kudu extension via the Kudu UI, but nothing seemed to help.
Weird!