Friday, December 11, 2015

One-click App Deployment with Server-side Git Hooks


http://www.sitepoint.com/one-click-app-deployment-server-side-git-hooks/

The article shows you how to deploy a simple website using no more than a git post-receive hook. It covers just enough background information so that the reader can go further and expand their knowledge as their time permits.

read : http://www.sitepoint.com/one-click-app-deployment-server-side-git-hooks/

How To Set Up Automatic Deployment with Git

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  applications, this tutorial will focus on the one that is most straightforward. It assumes you already know how to create and use a repository on your local machine.

Read https://www.digitalocean.com/community/tutorials/how-to-set-up-automatic-deployment-with-git-with-a-vps

Using Git to manage a web site

Suppose HTML source for your web site lives in a Git repository on your local workstation. This article describes how you can set things up so that you can make changes live by running just "git push web".

Read : http://toroid.org/git-website-howto