Skip to content

Releases: yola/yodeploy

Migrate after logfile creation

09 Dec 06:34
Compare
Choose a tag to compare

Django's migrate tries to write to a log file. This ensures that the log file is created before the migration runs.

Ensure log file directory exists

09 Dec 04:30
Compare
Choose a tag to compare
Merge pull request #94 from yola/create_path_for_logs

Create the log file path before creating the log file

0.4.17: Merge pull request #84 from yola/lchown

26 Sep 06:44
Compare
Choose a tag to compare
Stop deploy breaking on dangling symlinks: Part 2 - With a cleaner history