is there a way to customize the autogenerated fly.toml files for deploying on fly?
I followed the instructions to do a regular "automated" deployment with Fly, but I realized deploy comes with some assumptions such as redundant services etc that I don't really need when I'm setting up a staging environment. Based on what I've seen the fly.toml file is re-regerated in .wasp/build every time the command
wasp deploy fly deploy
wasp deploy fly deploy
is executed. Does it mean I need to manually deploy to Fly instead if I want to customize thier configuration?