2 months ago
I'm building in Replit and push updates via Git to Railway. If I am making a lot of updates, the deployment falls into a loop. The result is updates to code don't push through. The deployment will show Saved Progress at the end of the loop in Replit. If I see this in the deployment I know the changes were not deployed and an old cache was rebuilt.
What could be causing this and how might I resolve it?
Attachments
1 Replies
2 months ago
I don't know what might be causing the deployment loop, but you can disable automatic deployment if it's causing you problems, and manually trigger a deployment of the latest commit from the default branch.
To disable automatic deployment, hit Disconnect in the service settings.
To manually deploy your service, select your service and press CMD + K > Deploy Latest Commit. Docs.