git-deploy
git-deploy copied to clipboard
Php Script for Auto-Pull in server (Using WebHook from GitLab, GitHub and Bitbucket)
REMOTE_REPOSITORY is not used anywhere
Hello, I had a problem with my GIT server and I had to change its IP, so far everything worked perfectly but after I changed the IP it stopped working,...
=== ERROR: Pull failed using GIT `/usr/bin/git` and DIR `/var/www/html/repository` === error: cannot open .git/FETCH_HEAD: Permission denied
Hi I am trying to use this script for private repository, but its not working, although SSH is set up properly n gitlab but if I try to test "...
I can't understand why it is giving me the error... I successfully pulled manually using git, but the script gives me this error everytime i run it. Any help?
Hi, I am getting this error, when call "git pull" from script: === ERROR: Pull failed using GIT `/usr/bin/git` and DIR `/home/****/public_html/test.****.de/` === Permission denied (publickey). fatal: Could not read...
When using gitlab webhooks the field `"checkout_sha"` will always be present. This causes the deployer to execute this block always which can have unwanted side effects. ``` if (!empty($sha)) {...
scrip need enable sheel_exec?
Why am I getting the this error? I've provided a personal access token, and yet i get access denied.