I don't know how. But it sorted itself out with another push. All sorted now.
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?
Please or to participate in this conversation.