git - Version and deploy cakephp in shared hosting -
i have cakephp project deployed in shared hosting, it's unversioned. version using git or mercurial, , deploy changes easily. steps have take? should install git first in shared hosting first , make clone in local environment? should have separate folder repos in shared hosting , deploy changes utility?
thanks
the subversion server should different production server. can create account on github , host there private project.
on production server, pull latest changes when want make update (or use continuous integration server - jenkins, teamcity, bamboo etc)
on local, push/pull changes same subversion server.
Comments
Post a Comment