Deployment not matching code from github
raimundovaldivia
TRIALOP

2 years ago

I'm encountering an issue where the code deployed to Railway doesn't match the code in my GitHub repository.

  • Issue Description: The deployment seems to be using an outdated or incorrect version of the code despite the latest changes being pushed to GitHub.

  • Error Messages/Logs: There are no specific error messages during deployment, but the behavior of the deployed app does not reflect the latest commits.

  • Steps Taken: I've verified that the correct branch is being used for deployment and checked the build logs for any discrepancies, but everything seems to be in order.

Any guidance or suggestions to resolve this issue would be greatly appreciated.

1 Replies

leetdavid
PRO

a year ago

I have the same issue. I have a fastify instance where I added a new route but it is not visible in the deployment. Works in dev though.


Loading...