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

lightwalker's avatar

Event not updating after push through envoyer

Hey everyone, I have a strange issue that I have run out of ideas as to what might be causing it. I have a dev site that is hosted on digital ocean using forge and the code is pushed via envoyer.io. I have an event and listener that fires of an email among other things for a ticketing/support system. The code is pushed to a queue via SQS on AWS. All is working however I change the listener code to use a different html template and on my local server everything is updated and working correctly but after I push the new code to the dev server I get the old listener code running that fires the old html email template. I ssh'ed into the dev server and the code has been updated correctly. I am using memcache on the dev server so I figured it must be a caching issue so I have run the artisan commands for view:clear and cache:clear but still when I fire the even on the dev server I get the old html email template.

What am I missing?

0 likes
1 reply
lightwalker's avatar
lightwalker
OP
Best Answer
Level 9

I don't know how. But it sorted itself out with another push. All sorted now.

Please or to participate in this conversation.