This repository has been archived by the owner on Sep 5, 2020. It is now read-only.
1.0.0
Added
- Rocketeer is now available as a standalone PHAR
- Revamped plugin system
- Rocketeer hooks now use
illuminate/event
system, and can fire events during tasks (instead of just before and after) - Permissions setting is now set in a callback to allow custom permissions routines
- Rocketeer now looks into
~/.ssh
by default for keys instead of asking - Added the
--clean-all
flag to theCleanup
task to prune all but the latest release - Deployments file is now cleared when the config files are changed
- Added an option to disable shallow clone as it caused some problems on some servers
Deprecated
- Configuration is now split in multiple files, you'll need to redeploy the configuration files
Fixed
- Fixed a bug where
CurrentRelease
wouldn't show any release with an empty/fresh deployments file - Fixed some multiconnections related bugs
- Fixed some minor behaviors that were causing
--pretend
and/or--verbose
to not output SCM commands