1
keekung
7y

Does anyone use file comparison software (Ex. Beyond Compare) on production server to deploy code?

Comments
  • 0
    Why would you do that?
  • 0
    @Doehl to make sure that a dev does not replace the code that someone else put on production for debugging/hotfix. That's what I can think of. :D
  • 1
    @keekung production infra is not to be used for debugging and hotfixing... its production... code uploaded to prod should always overwrite the existing deployed code. Idk what youve got going on but sounds kinda fucky.
  • 0
    Why would you debug on a production server, or even create hotfix there.

    At my work you are fired before you even hit enter, if you even try any of that. We have even closed out developers from accessing production.
  • 0
    @Doehl @Ronald lol. I have no idea. But it's what I have to do no matter how weird it sounds.
  • 0
    I should say that the company, did something like your process before my time, when they outsourced to Indonesia. (Nothing ever worked when they deployed) Here they never found a solution that worked. Simply because they never remembered to put hotfix on development servers.

    So my advice would be to always add hotfix also to dev. So you don't overwrite them.
  • 0
    Doesn't everything that go to prod have to pass through an automated validation process ?
    It should !
  • 0
    @willol (un)fortunately, there is no such thing here.
Add Comment