3 months ago
But it hasn't deployed my latest commits
"Pushed 2 minutes ago — Railway just received it. Should deploy shortly. The previous
commit (85fdfca3, 13 min ago) is the one that hasn't deployed yet from your
perspective — that's likely the one Railway is still building or queued on. Check the
Railway dashboard for any build errors."
10 Replies
3 months ago
Yes it's safe, only Railway team members can look into your service's details.
okay, thanks! yeah i pushed through a couple of commits and it doesn't seem to be getting picked up by railway like it normally does
3 months ago
Can you try doing a Cntrl + K -> Deploy latest commit
3 months ago
Cmd + K if on mac
3 months ago
Service pane needs to be open
Hi sorry to be a pain but i don't CTRL + K => does not show deploy latest commit
closest it shows is Latest Deployment, which if i click into it just brings me to the deploy logs of the service that i deploy from - i can redeploy from the triple dot settings but it just redeploys the same not the latest
Attachments
found the issue
The problem is clear — Railway built the same cached image (sha256:4b11edbe...
identical digest both times). It's not pulling from git at all. The redeploy just
reused the old image.