Tag Archives: automation

Automatic Deployment with Git

Here is a tutorial on utilizing Git for automatic deployments using its built-in hooks functionality.

This article will teach you how to use Git when you want to deploy your application. While there are many ways to use Git to deploy our application, this tutorial will focus on the one that is most straightforward.

Git repositories have a folder called ‘hooks’. This folder contains some sample files for possible actions that you can hook and perform custom actions set by you.

Read More