Force rebuild without pushing to github?
I was seeing build fail a few times yesterday from the outage and then needed to force a rebuild later my pushing a small change to a file.
Is there a way to force a build to kick off without any code changes? Does
railway up
from the CLI allow for this? Thanks!3 Replies
You can deploy form cli via
railway up
.Unknown User•3y ago
Message Not Public
Sign In & Join Server To View
Thanks! Ill try these
Darn doesnt look like this is triggering a redeploy anymore
I made a file called poke and just increase a number in there. then
railway up
works effectively