Skip to content

Instantly share code, notes, and snippets.

@adamrneary
Created December 3, 2014 16:45
Show Gist options
  • Save adamrneary/48df203125a9ec63ac53 to your computer and use it in GitHub Desktop.
Save adamrneary/48df203125a9ec63ac53 to your computer and use it in GitHub Desktop.
new devops rules
if ( youHaveEnoughTimeToFuckingNailDevOps ) {
beSureToCaptureEverythingViaDevOpsToolsLikeAnAdult();
} else {
useSomethingLikeHerokuWhereAllConfigMustExpicitlyBeDeclared();
}
function beSureToCaptureEverythingViaDevOpsToolsLikeAnAdult () {
useVagrantAndOrDockerToCreateEnvironmentsYouCanSpinUpLocallyWithOneCommand();
useSomethingLikeConsulToCaptureAllGoofyConfigSoThatYouCanSpinUpProductionEnvsWithOneClick();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment