Closed bslatyer closed 2 years ago
I can open a merge request if you want me to fix it?
Sure you can. I’d love to review it.
No worries, I'll do it now.
Hey @patte
Still working on this.
Hey @patte,
It seems like Fly.io have deprecated the fly-template.toml
naming and moved to fly.toml
. My suggestions would be to inform users to change the app-name=tailwings
to their own app created in Fly.io like tailscale-bs
by using flyctl create.
They would then use flyctl deploy
to deploy their own app from the same folder once everything is ready.
This seems to work for me perfectly.
Hi @patte,
I've noticed that the new
flyctl
looks for Fly Templates now namedfly.toml
which causes the currentfly-template.toml
to not be found.My suggestion would be to update all documentation and files to now refer to
fly.toml
instead offly-template.toml