Can't change deploy strategy

I’m trying to update a secret on my app, and I get an error with the bluegreen deployment due to my prior issue of some stuck volumes. I then tried changing my deployment strategy in my fly.toml, since I thought the issue might have something to do with it being set to bluegreen. However, after changing the file, the deploy strategy is still stuck on bluegreen. How can I change this?

Hi, did you try specifying it at deploy time?

fly deploy --strategy=rolling [other-parameters]

  • Daniel

Our deploy is github-based, so I hadn’t tried this. Unfortunately, I’m no longer experiencing this state to be able to test it. I destroyed and re-created my app.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.