docs-mintlify/docs/getting-started/migrate-from-core/upload-with-cli.mdx
Click Create Deployment. Then give it a name and select the cloud provider and region of your choice.
<div style={{ textAlign: "center" }}> </div> <Info>Microsoft Azure is available on Enterprise plan. Contact us for details.
</Info>The next step is to upload your existing Cube project to the Cube Cloud.
You can do it by running the following command from terminal in your Cube project directory.
npx cubejs-cli deploy --token <TOKEN>
Enter your credentials to connect to your database. Check the connecting to databases guide for more details.
<Info>Want to use a sample database instead? We also have a sample database where you can try out Cube Cloud:
| Field | Value |
|---|---|
| Host | demo-db.cube.dev |
| Port | 5432 |
| Database | ecom |
| Username | cube |
| Password | 12345 |
Now you can navigate to the Playground to try out your queries or connect your application to Cube Cloud API.
<div style={{ textAlign: "center" }}> </div>