Skip to content
This repository has been archived by the owner on Dec 31, 2022. It is now read-only.

v1.2.0

Compare
Choose a tag to compare
@ajgon ajgon released this 16 May 09:46
· 235 commits to master since this release
a55d317

Bug Fixes

  • Moved global deploy parameters to app['global'] section (b4f8d6b)

BREAKING CHANGES

  • app['create_dirs_before_symlink'],
    app['purge_before_symlink'], app['rollback_on_error'] and
    app['symlinks'] are now app['global']['create_dirs_before_symlink'],
    app['global']['purge_before_symlink'],
    app['global']['rollback_on_error'] and app['global']['symlink']. The
    old format still works, but it shows DEPRECATION warning. It will be
    removed in one of the next major releases.