Skip to main content

How to Deploy a Project

To deploy a project for the first time, follow these steps:

  • Login to our Cloud at https://cloud.abstra.io.
  • Navigate to your project. Create an API Key on the API Keys tab on the sidebar.
  • Return to the local editor and press Login to deploy on the nav bar. Enter your API key.
  • Press the new Deploy button on the nav bar to deploy your project.
caution

Remember to add a requirements.txt file to your project's folder, with every package you're using. Your deploy won't work without it!

Your deploy will appear on Abstra Cloud as a new build. Monitor its status on the Builds sidebar tab. Learn more here.

tip

After this first time, just press Deploy on the editor to create a new build, as you'll already be logged in.