RSSAmplifier

Tarjei Husøy’s blag · Mar 28, 2021

Avoiding rebuild on git revert

0
Sign in to vote or save

This site does not allow itself to be embedded. You can still read it on the original site — the toolbar below keeps your place in the directory.

Do you use a git commit hash so identify artifacts from your build process? And if something goes wrong on a deploy, do you use git revert or similar to revert the change? I do, it’s a pretty easy process to automate, but the main problem is that if your builds are a bit slow (ie a couple minutes or more), the revert takes about the same time as a regular change, and thus you have broken…

Read on thusoy.com

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.