I have a Dockerfile in a monorepo project that I am trying to deploy to Fly.io.
Initial deployment went relatively fine, but now I need to udpate deployed code (add a feature/ fix somnething etc).
Whenever I am happy with local changes, I tried running:
fly deploy
fly deploy --local-only
fly deploy --local-only --no-cache
And every time I go through Docker builds, then I can see in the Fly.io logs that this image is buing pulled but I never get the updated code. My changes remain local and never actually reflected in the deployment.
I don’t understand how can one re-deploy something in Fly.io using dockerfile?
What kind of information can I provide to help you help me?