First on the repository they suggest we can clone to start working with, there is no .gitignore file. (No big deal, as it’s only pointed in the documentation, so we remove the ignore of fly.toml file.
The other problem, it mentions to use the command flyctl create app so a fly.toml file is created, but, after running this command, there is no fly.toml file created.
I’m wondering if things changed, or if there are steps missing.
PS: running flyctl launch does create the fly.toml file.
I created a pull request which should fix the issues.
Yep, their go example repo uses master, not main, and so the action would not trigger without that being updated.
The YAML formatting is indeed wrong on the site … but it looks correct in the markdown. So not quite sure how that is getting mangled. I copied it again directly from VSCode and confirmed it works in Github. So we’ll see.