Skip to content
This repository has been archived by the owner on Sep 5, 2020. It is now read-only.

2.0.1

Compare
Choose a tag to compare
@Anahkiasen Anahkiasen released this 07 Nov 15:25
· 1216 commits to develop since this release

Added

  • Added ability to pass the branch/tag/commit to deploy via --branch or -B
  • Added ability to declare tasks fluently via Rocketeer::task('name')->description('description')->does(string|array|Closure)
  • Added no-cache option to rocketeer update to not clear the cache on update

Fixed

  • Fixed a bug where ignition wouldn't work from the PHAR archive
  • Fixed a missing dependency registered as a dev-dependency
  • Fixed strictness of which system that would fail on some binaries
  • Fixed a bug where events would never be registered when using only hooks.php with one connection/stage