When I’m iterating on a fly toml, it’s often slow to see if it works because the only way to update it is with fly deploy
. Is there a way to push the fly toml config up and simply have the running containers reboot without running a full docker build/push deployment?
4 Likes
I am wondering the same thing. Sad to see no response here since June last year.
(The context for me is that I want to be able to use a re-created snapshot volume without redeploying everything, if possible)
Though, I doubt mounting newly restored volumes without triggering deploy
s is going to be possible any time soon.
1 Like