This repository has been archived by the owner on Sep 5, 2020. It is now read-only.
0.6.0
Added
- Added multistage strategy
- Added compatibility to Laravel 4.0
- Split Git from the SCM implementation (requires a config update)
Changed
- Migrations are now under a
--migrate
flag - Releases are now named as
YmdHis
instead oftime()
- If the
scm.branch
option is empty, Rocketeer will now use the current Git branch
Fixed
- Fixed a delay where the
current
symlink would get updated before the complete end of the deploy - Fixed errors with Git and Composer not canceling deploy
- Fixed some compatibility problems with Windows
- Fixed a bug where string tasks would not be run in latest release folder
- Fixed Apache username and group using
www-data
by default