Serverless command "deploy" not found

Hello everyone, I have the following problem in a publication of a pipeline in azure devops … the problem I have is that from one day to the next I am having this error in the pipeline when the release is executed where it tells me that the deploy command does not exist. the problem is that yesterday it worked without problems.

Perhaps this is because the command is executed before the serverless framework has been fully installed. It may also be related to the PATH variable not being set at that time or correctly. Perhaps run the serverless command using the path to the binary. Difficult to say exactly since I haven’t used the Azure devops pipeline.