Skip to content

latitude-dev/sample-netflix-flyio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fly.io sample project

This project showcases how to deploy a Latitude application to Fly.io. Fly.io is a platform that allows you to deploy your applications to a global network of virtual machines.

Deploying to production

Follow these steps to deploy your application to Fly.io:

Install the Fly.io CLI

Run the command below to download and install the Fly.io command line tool.

curl -L https://fly.io/install.sh | sh

Initialize Your Project

After installing the CLI, set up your project on Fly.io with:

fly launch

During this process, Fly automatically recognizes the Dockerfile and Fly.io configuration included in this project. Confirm the prompted settings to proceed.

Deploy the Application

fly deploy

And that's it! Your application is now deployed to Fly.io.

For additional configuration options, refer to the Fly.io Configuration Documentation.

Adding secrets

If the project requires the use of secret credentials you can declare them like so:

fly secrets set LATITUDE__DATABASE_PASSWORD=mypassword

This command will make the secret available as an environment variable to the production build at runtime. Read here how to use environment variables in Latitude projects.

Documentation

To find more about how to deploy Latitude to your own infrastructure, refer to the documentation.

About

Latitude data app configured to get deployed to Fly.io

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •