Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 814 Bytes

connecting-to-an-app.html.md

File metadata and controls

22 lines (17 loc) · 814 Bytes
title layout sitemap nav toc
Connecting to an App on Fly
docs
false
hands_on
false

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 /fred
Opening http://hellofly.fly.dev/fred

Hello from Fly Screenshot

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

Next: Further Reading