We’re experiencing an issue where we’d benefit from being able to deploy an old release. Is there a way to do this? I couldn’t find it in the CLI help.
Currently our build doesn’t seem to be working, and the latest version on fly.io also seems to have an issue. So we want to deploy an older version from a few days ago.
Will also follow up with some context on how we got here, as I think it may be helpful for you to know.
Do you just need an old build, or old config settings too?
If you run fly releases and see one that’s interesting, you can get the image URL then fly deploy -i <url>. Getting the image URL is a little involved, right now you can only do it through our API: GraphQL Playground
Always really appreciate your responsiveness Kurt. We will look in to this.
I’m not sure which we need (old build or also old config settings too). In this case I think we wanted to deploy in such a way that we reduce the odds that whatever broke our current build wouldn’t affect the old build. In this case, it may be related to that issue you pinned earlier today + the LAX changes, though we’re not sure yet and will circle back.