How can I ensure that my templates get updated?

Hi,
New to fly.io. I’m trying to deploy a Django+Wagtail site on fly.io. I got to the point where I can access the wagtail admin and start editing content. I ran into a bug in one of my templates. I fixed the bug and ran fly deploy again, but it’s still failing the same way, evidently not having picked up the change. I tried fly deploy --no-cache but it had the same result. What am I doing wrong?

Hey there,

When you say “it’s still failing the same way” what do you mean by that exactly? Are you getting errors in the console? When running fly logs or going to the monitoring section of the app in dashboard do you see logs being printed? If so, could you provide those?

Thanks

Looks like I had the same bug in two locations in my templates. So fixing that in both places solved it.

1 Like