2014年3月25日 星期二

Deploy a project using Git push

Server :
$ git init
$ git config receive.denyCurrentBranch ignore
$ mv post-update .git/hooks


Client :
$ git remote add prod ssh://git@deploy-server:22/var/www/myproject




References :
php - Deploy a project using Git push - Stack Overflow

沒有留言:

張貼留言