This repository has been archived by the owner on Sep 5, 2020. It is now read-only.
0.3.0
Added
- Added
Task::runInFolder
to run tasks in a specific folder - Added
Task::runForCurrentRelease
Task helper - Added
Task::runTests
methods to run the PHPUnit tests of the application - Integrated
Task::runTests
in theDeploy
task under the--tests
flag ; failing tests will cancel deploy and rollback
Fixed
- Fixed a bug where
Task::run
would only return the last line of the command's output