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

0.5.0

Compare
Choose a tag to compare
@Anahkiasen Anahkiasen released this 04 Jul 08:48
· 2182 commits to develop since this release

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 a Task::run call silent no matter what
  • Rocketeer now displays how long the task took