Git-auto-deploy

Latest version: v0.15

Safety actively analyzes 631143 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 3

0.2.4

Bug fixes

0.2.3

Sync with pypi and debian releases.

0.2.2

- SSL support
- Bug fixes

0.2.1

Bug fixes

0.2.0

GitAutoDeploy is now provided as a python module `gitautodeploy` and can thus be installed using `python setup.py install` or even `pip install git-auto-deploy` (experimental). It's also possible to install GitAutoDeploy from a .deb package (which automatically installs init files, mostly created support for this since I was interested in trying out stdeb). Also experimental and not highlighted in the docs, but might be adopted further on to offer a simpler installation process.

0.1.1

New features;
- Support for directing all output to a log file
- Improved logging support; Output from commands ran in background (git) is now included in the log
- More config options can be specified as command line options (--log-file, --pid-file, --host, --port)
- All command line options can also be specified using environment variables (GAD_DAEMON_MODE, GAD_QUIET, GAD_CONFIG, GAD_PID_FILE, GAD_LOG_FILE, GAD_HOST, GAD_PORT)
- Support for specifying up to one repository config using command line options (GAD_REPO_URL, GAD_REPO_PATH, GAD_REPO_BRANCH, GAD_REPO_REMOTE, GAD_REPO_DEPLOY)

Under the hood;
- New log handling based on python logging module
- New argument handling based on python argparse module

Page 2 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.