CargoDeploy is a streamlined platform that simplifies the process of deploying web applications to the cloud. It uses advanced cloud technologies to ensure your applications are reliable, scalable, and cost-effective.
Your dashboard serves as a control center where you can:
Monitor your deployed projects
Manage project settings
View performance statistics
Remove projects when needed

Follow these simple steps to deploy your first project:
Configure your project settings:
Select your project repository

Fill the required details to deploy your project:

Project Name: Enter a name for your project.
Git Branch: Choose which version of your code to deploy

Commit: Choose the commit you want to deploy.

Source Code Location: Specify where your website files are located (Frontend Code).

Setup Commands: Define how to prepare your project (e.g., "npm install")
Build Instructions: Specify how to compile your project (e.g., "npm run build")
Environment Settings: Add any necessary configuration variables
Web Address: Choose a custom subdomain for your project
Click on "Create Project" to start the deployment process.
After deployment, you can: