fbpx

Git

how to auto deploy code via git

The objective of this script is to deploy git code to ftp directory. We need to create a script file on ftp. http://abc.com/git_deployment.php?secret_key=XYZ git_deployment.php is the file name in which the deployment code would be placed. ?secret_key=XYZ is the secret key which needs to be place in deployment code file. Now open you ftp...

Read more...