DEV Community

Kevwe Technology AB
Kevwe Technology AB

Posted on

Automate your deploy with git

Most developers have nowaday migrated to Git from arcane, older legacy systems, and this is for good. There are many different ways to use it, you might follow a Github pull/request workflow, or you might have some different code-review strategy, including using Gerrit.

We use it because we know that there our code is (mostly) safe.

But we are just scratching the surface, here, because Git can be used to keep track of deployments as well, and be a consistent part of a deployment pipeline. That is true whether you want to deploy to a test server, or to production.

https://kevwe.se/article/git-deploy-to-prod/

Top comments (0)