Hey guys,
I’ve pushed changes to my machine/app with fly deploy
which works but doesn’t really, it is not updating my code to the latest version.
- tested it locally on Docker (in every way), works perfectly
- used
fly deploy --no-cache
- using the latest fly cli
- checked
fly doctor
- used
fly image update
to be sure it was on the latest image (it is but, still shows old code)
This happened to me yesterday too but, in frustration I just deleted the app and redeployed it which solved it. But this is not a real solution or one I can use out of development/testing.
Thanks
Related:
https://community.fly.io/t/my-app-do-not-get-updated-after-multiple-deployment/15588
https://community.fly.io/t/new-code-is-not-reflected-in-deploys/22639