git-deploy
git-deploy copied to clipboard
Git Deploy Script
I config follow (user window server, xampp): ``` $repos = array( 'DemoAuto' => array( 'branch' => 'master', 'remote' => 'origin', 'path' => 'D:\Xampp\htdocs\demo_svn\\', 'secret' => $_GET["sat"] ) ); ``` When...
Spelling correction :)
The current version of git-deploy add a log entry with a message saying that git pull was succesfully even when git pull exited with an error code, showing no ouput...
I suppose what this does is a git pull, but how I can test it to be sure that current apache user is able to pull from the repository? what...
What about Gitlab support?
Bitbucket has notices on the POST services settings page and on their documentation stating that the will at some-point be discontinuing POST services in favor of Webhooks. Do you have...
Hi, Great little piece of code - I've set it up and have everything (seemingly) running nicely. I can push/pull code using git pull over SSH without issue and my...
Deployment of the same repository but more than one branch
Hi! I've been having some trouble getting the script to deploy even a public GitHub repo. I've been committing to this test repository without any luck: https://github.com/zalerner/deploy-test The webhook appears...
ie : master & staging