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?

7 Replies

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


2 years 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


2 years ago

that wouldn't cause a redoploy though


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


2 years 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


2 years ago

yep you would need to programmatically call that mutation


Loading...