Is there a way to force redeploy if the last one was older than X days?

I usually limit redeploys based on watch patterns in a railway.toml file, but I would like to automatically force a redeploy if the last one was more than X days ago. Is there a straightforward way to accomplish this?

0 Replies

41f3e5b0-3233-406e-938c-ed0cbe426163


a year ago

Best way you could go about this is by forcing your app to crash on a cron schedule, then setting your App’s railway settings to always redeploy on crash


a year ago

that wouldn't cause a redoploy though


i can just do it manually, but I would rather not have to remember


a year ago

its not something the platform offers natively, and a redeploy does not deploy new code anyway


yeah. i was using the "redeploy with latest commit" new-ish function; was hoping to automate


a year ago

yep you would need to programmatically call that mutation


Is there a way to force redeploy if the last one was older than X days? - Railway Help Station