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.
If I set option in config.json with : ``` "repositories": [ { "url": "ssh://[email protected]:{username}/myrepository.git } ``` **It will show error like this:** (I can't first clone with this config too)...
your systemd file doesn't work but this one does (adjust paths and user to taste of course), we found RemainAfterExit crucial, because otherwise it jjust gets killed: [Unit] Description=GitAutoDeploy [Service]...
sudo -u git-auto-deploy python -m gitautodeploy --config config.json 2017-11-29 17:41:17,180 [INFO ] Initializing repository /data/www/xxx/crm/ 2017-11-29 17:41:17,654 [INFO ] error: unknown switch `B' 2017-11-29 17:41:17,654 [INFO ] usage: git checkout...
Hi, When setting service on startup via cron or systemd (systemctl), I'm getting this error: /usr/bin/python: Import by filename is not supported.; '/var/newgen/autodeploy/gitautodeploy' is a package and cannot be directly...
I would like to say, that the web-ui is a great improvement. But would it be an idea to include repo info in a webhook entry? Right now, it's not...
> Git-Auto-Deploy/gitautodeploy/wrappers/git.py find `commands.append('unset GIT_DIR')` modify ``` # On Windows, bash command needs to be run using bash.exe. This assumes bash.exe # (typically installed under C:\Program Files\Git\bin) is in the...
``` Apr 22 18:30:22 Jessie git-auto-deploy: Config option 'host' is deprecated. Please use 'http-host' instead. Apr 22 18:30:22 Jessie git-auto-deploy: Config option 'logfilepath' is deprecated. Please use 'log-file' instead. Apr...
Hi, i love your script, though, it would be nice to have info how to use the generic parser (structure of json body and application/json header etc) and as bonus...
I have a requirement where some of the files in my deployed repo need to be read only. I set up a pre- and post-install script to recursively `chmod` the...
Hi, I have installed and successfully tested the script on Windows 2008R2. It would only run and listen with the console window open though. The --daemon-mode switch closes the script...