This repository has been archived by the owner on Sep 5, 2020. It is now read-only.
2.0.1
Added
- Added ability to pass the branch/tag/commit to deploy via
--branch
or-B
- Added ability to declare tasks fluently via
Rocketeer::task('name')->description('description')->does(string|array|Closure)
- Added
no-cache
option torocketeer update
to not clear the cache on update
Fixed
- Fixed a bug where ignition wouldn't work from the PHAR archive
- Fixed a missing dependency registered as a dev-dependency
- Fixed strictness of
which
system that would fail on some binaries - Fixed a bug where events would never be registered when using only
hooks.php
with one connection/stage