This repository has been archived by the owner on Sep 5, 2020. It is now read-only.
0.8.0
Added
- Rocketeer can now have specific configurations for stages and connections
- Better handling of multiple connections
- Added facade shortcuts
Rocketeer::execute(Task)
andRocketeer::on(connection[s], Task)
to execute commands on the remote servers - Added the
--list
flag on therollback
command to show a list of available releases and pick one to rollback to - Added the
--on
flag to all commands to specify which connections the task should be executed on (ex.production
,staging,production
) - Added
deploy:flush
to clear Rocketeer's cache of credentials