Build and deploy
Latitude Cloud
Deploy to Latitude Cloud with a single command
Introduction
Latitude Cloud is a managed cloud service that allows you to deploy your Latitude project with a single command. Currently in private beta.
Sign up to Latitude Cloud
To sign up to Latitude Cloud, run the following command:
latitude signup
Login to Latitude Cloud
If you have already signed up to Latitude Cloud, run the following command to login:
latitude login
Deploy
You will need the Docker CLI installed in your machine.
To deploy your Latitude project to Latitude Cloud, run the following command:
latitude deploy
Secrets
Is recomended to use secrets to store sensitive information like database credentials used in your sources. You can add secrets to your project by running the following command:
latitude secrets add LATITUDE__SECRET_1=secret_value LATITUDE__SECRET_2=secret_value
Secrets are stored encrypted in our cloud infrastructure. They’re only accessible by your app when is deployed
Whenever you add/change a secret, you need to redeploy your app