We have the following problem - for one of our projects we use Envoyer to deploy code, but yesterday I encountered a situation where when completing the pipelining all the steps are completed successfully, but the server does not show the last commits in the branch.
One possible solution is to check the logs in Envoyer to see if there were any errors during the deployment process. It's also possible that there was a caching issue on the server, so clearing the cache may help. Additionally, double-checking the branch and commit being deployed can ensure that the correct code is being pulled.
If none of these solutions work, it may be helpful to reach out to Envoyer support for further assistance.
Example code for clearing cache on a Laravel application: