Git-Auto-Deploy
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.
When I use crontab to start GAD at reboot, I can't connect to the Gitlab repository. If I manually start GAD in the terminal, everything works as it should. I...
After installing and setting up GAD, I see this error in my logs: `[CRITI] Unable to start HTTPS server: [SSL] PEM lib (_ssl.c:2603)` **Full Log:** ``` 2018-03-21 08:40:56,267 [INFO ]...
Fix for ``` E: The repository 'http://ppa.launchpad.net/olipo186/git-auto-deploy/ubuntu groovy Release' does not have a Release file. N: Updating from such a repository can't be done securely, and is therefore disabled by...
I know very little about python but this change made this work on my windows install and I thought someone might find it useful
I'm using GitHub and Ubuntu 14 on a DigitalOcean Droplet. The error message is pretty self explanatory, so I went ahead and tried every single one of the variations it...
I also have a question about adding my own weebhook to the site ``` No matching projects 0 candidates matches the request The URLs references in the webhook did not...
https://github.com/olipo186/Git-Auto-Deploy/issues/254
The webhook will return an 400 error, when using a commit message with DOUBLE QUOTATION MARK Example commit message : Test Commit “HELLO” Error : code 400, message Unprocessable request
Since a few days ago I have started getting this in the log file whenever I push to GitHub: ``` 2018-03-18 04:13:11,682 [INFO ] Incoming request from 192.30.252.39:61143 2018-03-18 04:13:11,683...
Traceback (most recent call last): File "/usr/local/bin/git-auto-deploy", line 11, in load_entry_point('git-auto-deploy==0.17', 'console_scripts', 'git-auto-deploy')() File "/usr/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 480, in load_entry_point return get_distribution(dist).load_entry_point(group, name) File "/usr/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 2693, in load_entry_point return ep.load()...