Created
December 3, 2014 16:45
-
-
Save adamrneary/48df203125a9ec63ac53 to your computer and use it in GitHub Desktop.
new devops rules
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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