linux - Auto Deployment with Git -
ok, trying auto deploy node.js application git.
this have on server:
/home/git/myproj.git - bare repo /home/me/public_html - cloned repo of aforementioned bare repo now problem is, cannot pull myproj.git/hooks/post-receive because push repo made git user have permissions problem. have tried deployment scripts have been facing lot of permissions issues.
i have heard of tools capistrano, fabric, gitolite, guess it's complex me atm, , want easier (very easy setup, , keep on replicating in multiple projects).
i hope made myself clear. think problem related - auto deployment php script using gitolite - not using gitolite , answer doesn't make sense me (probably because english not well).
i first started git , post-recieve hooks myself didn't them. switched simple bash script. if don't use script it's 200 lines in total it's great steal snippets from.
Comments
Post a Comment