Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

KreyDan's avatar

Envoyer problems with pulling fresh code

Good afternoon,

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.

Has anyone encountered something similar?

0 likes
3 replies
LaryAI's avatar
Level 58

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:

php artisan cache:clear
php artisan config:clear
php artisan route:clear
php artisan view:clear
KreyDan's avatar

Solved, the problem turned out to be in a slightly different area

Romanovich's avatar

@KreyDan So, what was the problem? We are happy, that You have fixed it, but solution You found could shed some light on the matter/issue.

Please or to participate in this conversation.