Deploys no longer switching from old instance

Hi there,

New to Fly but having some trouble since yesterday. My deploy is never updating. I make code changes but it is stuck on with the same instance (bash history and everything).

My toml file is set for a “rolling” strategy. Any help greatly appreciated.

Hey! Can you get the apps status?

fly status --all

What errors do you see if you run a deploy?

No errors on deploy.
1 desired, 1 placed, 1 healthy, 0 unhealthy.

Everything looks fine on the monitoring dashboard as well.

App status = running, Deployment Status = successful.

That’s sounds to me like the Dockerfile isn’t picking up changes to your code - perhaps something is ignored via .dockerignore

What type of changes are you making? What’s your fly.toml and Dockerfile look like? (is it an Laravel app?)

1 Like

Ah your response made me realize my error. I was defining a docker image within my toml, which of course is the only thing being deployed. Switched to a local Dockerbuild and that fixed it.

Thank you so much!

2 Likes

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