App launch stuck in pending

Sorry for the confusing experience; the Elixir getting started doc hasn’t been updated to reflect the the New Launch.

It no longer prompts y/n to “deploy now” like it used to.

fly launch does a few things, like creating the app and config. For some apps, it will also deploy after doing all that. But for some languages, you need to explicitly run fly deploy after fly launch to get the app up the first time (and then anytime you make changes).

We’ll go through the docs and make updates!