This repository has been archived by the owner on Sep 5, 2020. It is now read-only.
0.5.0
Added
- Added a
deploy:update
task that updates the remote server without doing a new release - Added a
deploy:test
to run the tests on the server - Rocketeer can now prompt for Git credentials if you don't want to store them in the config
- The
deploy:check
command now checks PHP extensions for the cache/database/session drivers you set - Rocketeer now share logs by default between releases
- Added ability to specify an array of Tasks in Rocketeer::before|after
- Added a
$silent
flag to make aTask::run
call silent no matter what - Rocketeer now displays how long the task took