This repository has been archived by the owner on Sep 5, 2020. It is now read-only.
1.1.0
Added
- Events can now cancel the queue by returning false or returning
$task->halt(error)
- Rocketeer now logs its output and commands
- Releases are now marked as completed or halted to avoid rollback to releases that errored
- Rocketeer will now automatically load
.rocketeer/tasks.php
/.rocketeer/events.php
or the contents of.rocketeer/tasks
/.rocketeer/events
if they're folders - Hash is now computed with the actual configuration instead of the modification times to avoid unecessary reflushes
- Check task now uses the PHP version required in your
composer.json
file if the latter exists
Fixed
- Use the server's time to timestamp releases instead of the local time
- Fixed a bug where incorrect current release would be returned for multi-servers setups