I've tried to push changes to my git repository which was connected to my Envoyer project. I've the auto deploy activated upon git push. But only in some cases I see the changes in my server even though the git push and deploy went well. Even if I manually do the deploy from Envoyer, I still cannot see the changes in my server. If I do multiple deployments, (may be 5-6), then the last one reflects the changes in my server. Any idea?
On the deploy list is it showing the ne commit random string github creates for you? If it does then you may have a cache issue. If the commit isn't changing then github is being slow publishing your changes.
@coreproc Have you tried php artisan cache:clear? Also, if you have made config changes then php artisan config:clear. The same for routes and then optimize.