This repository has been archived by the owner on Dec 31, 2022. It is now read-only.
v1.2.0
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 nowapp['global']['create_dirs_before_symlink']
,
app['global']['purge_before_symlink']
,
app['global']['rollback_on_error']
andapp['global']['symlink']
. The
old format still works, but it shows DEPRECATION warning. It will be
removed in one of the next major releases.