2 months ago
Hi! I’m having an issue where Railway is not deploying the latest GitHub commit.
My setup:
• Railway connected to a GitHub repo
• Branch: main
• Auto deploy enabled
Current situation:
GitHub latest commit:
047e821 Slash cleaner
Railway deployment shows:
nugs / 7bc6826f
So Railway is deploying an older commit instead of the newest one.
Things I already tried:
• git push origin main
• git commit --allow-empty -m "force deploy"
• manual Redeploy in Railway
• confirmed branch is main
But Railway still deploys the old commit.
Is there something I might be missing in the Railway GitHub integration?
Thanks!
6 Replies
2 months ago
Open the service pane, press Cntrl + K (Cmd + K if on Mac) and search for "Deploy latest commit"
2 months ago
See if it fixes this
2 months ago
sure