Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 1.05 KB

File metadata and controls

25 lines (20 loc) · 1.05 KB
title Speedrun! Deploying to Fly!
layout docs
sitemap false
nav firecracker
toc false

You have an application you want to deploy on Fly? You already know your stuff? Specifically Docker? Good!

If not, head to our hands-on for Docker images or guides for Go and Node applications.

Start your speed run now

  1. Install Flyctl - you'll need it.
  2. Sign up/Log in to Fly - run flyctl auth signup to create an account or flyctl auth login to log in.
  3. Run flyctl launch - create, configure, and deploy a new application by inspecting your source code
  4. Run flyctl info - show you the hostname where your app is deployed.
  5. Run flyctl open - open your browser and direct it to your app.
  6. Point your browser or other app at that hostname. That's your app running globally.