laravel / forge-cli

The Laravel Forge CLI.
https://forge.laravel.com
MIT License
227 stars 35 forks source link

fix: deployment command showing wrong output #88

Closed olivernybroe closed 4 months ago

olivernybroe commented 4 months ago

Deployment command was looking for an event id by the description, however deployment commands always have the same description. This resulted in it getting the previous deployment output.

Changed to use deployment id for finding deployment output instead of event id.