tasks. Engineers love automation!! Deploying clean build is a must, but often requires extra time.! Reduce silly mistakes in manual steps.! Higher quality delivery with confidence.!
to maintain more than to write.! • Projects change a lot. Sometimes beyond your sanity can handle.! • Make changing configurations a breeze.! • Your code is your responsibility. Continuous Deployment compliance is a standard.!
deployable. ! • Incremental/small changes are done on feature branches.! • Version tag your released commits.! • Commit in small chunks. But not too small.!
onebit.keystore • DatabaseConfigs.java • PASSWORD.txt • Etc. Basically, files with credentials.! • These configuration files are kept in your own machine. !
Don’t commit files containing sensitive information.! Use .gitignore Separate configuration based on environments.! Document how to configure the project.!