Django-ssh-deployer

Latest version: v1.0.0

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

Scan your dependencies

Page 1 of 3

1.0.0

What's Changed
* Improve error reporting while stopping deployment on `git clone` and `pip install` failures by FlipperPA
* Add support for `pip_command` or requirements file `pip` installation
* Switch to `pyproject.toml` from `setup.py` by FlipperPA

**Full Changelog**: https://github.com/FlipperPA/django-ssh-deployer/compare/0.6.2...1.0.0

0.6.2

A bug has been squashed which could pass the wrong settings value to the `collectstatic` command.

0.6.1

This release adds two new options:

* `collectstatic` defaults to `True`; setting to `False` will not run the `collectstatic` command.
* `migrate` defaults to `True`; setting to `False` will not run the `migrate` command.

0.6.0

This release contains a breaking change, but should make deployments more reliable.

* Changes the default to upgrade `pip` after the `venv` is created.
* Installs `wheel` into each `venv` created.

To maintain current behavior, be sure to include `upgrade_pip: False` in your configuration.

0.5.0

* Add option to customize git checkout path.
* To retain the current behavior, set `DEPLOYER_CLONE_DIR_FORMAT = "{name}-{branch}"` in your Django settings.
* Moved release notes to GitHub. Previous release notes are included on the 0.5.0 GitHub release.

Previous Release Notes

Previous release notes are included here, since this is the first release using GitHub release notes.

0.4.5

* Add a `--no-confirm` command line option for publishing without confirmation. Be careful!

Page 1 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.