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.
This is the traceback ```python3 Traceback (most recent call last): File "/home/touch/venv/bin/git-auto-deploy", line 8, in sys.exit(main()) File "/home/touch/venv/lib/python3.6/site-packages/gitautodeploy/gitautodeploy.py", line 607, in main from cli.config import get_config_defaults, get_config_from_environment ModuleNotFoundError: No module...
On a vanilla python3 installation on Ubuntu 19.10 Git-Auto-Deploy doesn't work. This is the error I got: ``` root@eoan:/opt/Git-Auto-Deploy# python3 -m gitautodeploy --config config.json Traceback (most recent call last): File...
Apt update was used., E: Unable to locate package git-auto-deploy
Guys, I know this repo isn't directly involved with the issue, but if you don't mind much I'll put this here (since there's no appropropriate place for this online anyway)....
This repo is invalid for focal sudo add-apt-repository ppa:olipo186/git-auto-deploy Kindly add Support for focal PPA
I cant connect to my server on my push hook.
Gitea has deprecated plaintext secret in webhook payload in version 1.15.0 and now I had to disabled secret-token in repository configuration Error log ``` 2021-09-06 10:38:55,260 [ERROR] File "/usr/lib64/python3.9/site-packages/gitautodeploy/parsers/github.py", line...
I have tried to start with sudo or root, and the manual git pull command is normal, but this kind of error will happen.
git pull Already up-to-date. What am I missing?
When setting `wss-enabled: true` in the config running the server results in the following: ``` 2017-10-16 11:21:51,347 [ERROR] Exception in thread Thread-3: 2017-10-16 11:21:51,347 [ERROR] Traceback (most recent call last):...