Connecting to an App on Fly

The quickest way to connect to your deployed app is with the flyctl open command. This will open a browser on the http version of the site. That will automatically be upgraded to a https secured connection (when using the fly.dev domain) to connect to it securely. Add /name to flyctl open and it'll be appended to the apps path and you'll get an extra greeting from the hellofly application.

flyctl open /to/fred
Opening http://hellofly.fly.dev/fred

Hello from Fly Screenshot

You have successfully deployed and connected to your first Fly application.