2012年8月14日

利用 git 來 deploy

前幾天搬 server 的時候想說能不能直接用 git deploy 就好了,安全又方便
結果果然有人弄好了現成的
總之就是在 remote server 開個 repo
git init --shared
git config receive.denyCurrentBranch ignore
cd .git/hooks
wget http://utsl.gen.nz/git/post-update
chmod +x post-update
然後回來 local 端新增那個 repo
git remote add production [repo_address]
git push production

沒有留言:

張貼留言