Confusion about deployment

Please can someone clarify if I’m missing something:

When I need to change a single line of the configuration e.g. auto_stop_machines, I have to do this locally in the fly.toml file and then deploy.

Deployment is slow on my internet connection, every time pushing 600MB docker file just for this one change, is this the only way or is there a way to reduce the upload bandwidth every deploy?

Thank you

Hi, if your connection is slow, I don’t think there’s anything to reduce the size of the image other than optimizing your docker image.

You can use your CI/CD pipeline to deploy your app instead of relying on your slow internet connection.
Or as a quick hack, you can use Fly itself to ssh into a temporary machine, pull/edit your code, and deploy from it.

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