Rocketeer v0.5.0 Release Notes

Release Date: 2013-07-01 // almost 11 years ago
  • โž• 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