laravel / forge-sdk

The official Laravel Forge PHP SDK.
https://forge.laravel.com
MIT License
521 stars 86 forks source link

Deployment output call returns the same log for every deployment on a server/site #152

Closed marcLeeroy closed 1 year ago

marcLeeroy commented 1 year ago

Description:

When requesting the log for a deployment (giving server id, site id and deployment id). I always get the same deployment log.

I see that you are calling the right api endpoint for this, but i guess it might be more of an issue with Forge itself. The Forge UI works great but the same info using the API is wrong, all the time.

Steps To Reproduce:

Request 2 different logs of 2 different deployments.

jbrooksuk commented 1 year ago

@marcLeeroy thanks for reporting this. I've identified the bug in Forge and have deployed a fix for this.