Git-Auto-Deploy icon indicating copy to clipboard operation
Git-Auto-Deploy copied to clipboard

Deploy your GitHub, GitLab or Bitbucket projects automatically on Git push events or webhooks using this small HTTP server written in Python. Continuous deployment in it's most simple form.

Results 65 Git-Auto-Deploy issues
Sort by recently updated
recently updated
newest added

``` ● git-auto-deploy.service - LSB: Script to start Autodeploy Git Loaded: loaded (/etc/init.d/git-auto-deploy; generated) Active: inactive (dead) since Mon 2020-03-02 12:14:44 CET; 17s ago Docs: man:systemd-sysv-generator(8) Process: 2364 ExecStart=/etc/init.d/git-auto-deploy start...

Cannot get from a private git source as I cannot supply user credentials. The git clone command asks for the credentials which is not very useful when GAD is running...

maybe need more option boolean for reload , sometime i just need reload file config but it will pull all git when reload

after starting the service any changes done in /etc/git-auto-deploy.conf.json is not reflected in the service

could you please add support for raspbian? got the Following error trying to add the apt-repository ``` pi@RP:~ $ sudo add-apt-repository ppa:olipo186/git-auto-deploy Traceback (most recent call last): File "/usr/bin/add-apt-repository", line...

I am using GAD with gitlab. Everything working fine but i want to run npm install after git pull. so i put "deploy": "npm install" it saying npm install not...

any suggestions ?? ``` (.ve) 2018-05-25 09:37:21 [Git-Auto-Deploy]$ sudo .ve/bin/pip install -r requirements.txt The directory '/home/mini/.cache/pip/http' or its parent directory is not owned by the current user and the cache...

GitLab Webhook executed successfully with HTTP status Code: 200 but commits are not updated in the remote repository Error Log Contains: `The path '/home/username/myproject' is not writable. Make sure that...

I am using git-auto-deploy on my cloud server. It is working fine but I want to enable the web UI but I cannot find a way to do that. Is...

When I use kill -SIGHUP pid to reload gitautodeploy process, the process quit with the following logs: ``` 2019-03-20 20:13:12,640 [ERROR] self.serve_forever() 2019-03-20 20:13:12,640 [ERROR] File "gitautodeploy/gitautodeploy.py", line 511, in...