# Deployment

*Deployment* is a way for setting up Astera projects to run on the [*Scheduler*.](/project-management-and-scheduling/job-scheduling/scheduling-jobs-on-the-server.md)

When you are deploying a project, you can also specify parameters by creating a config file for project archive (.car) files to run project flows independent of any local parameters.

In this document, we will learn how to deploy projects in Astera.

### How to deploy a project on the Astera Server

1. Go to *Server > Server Explorer*. This will open a Server Explorer panel.

![](/files/EaMA7xztqRhDOWyAArkt)

2. On the Server Explorer panel, right-click on the *DEFAULT* server node, and select *Cluster Settings*.

![](/files/B0B4fNAAgETJlyc5yVAr)

This will direct you to the general settings tab.

![](/files/ScL3nnDfRgyVuONy9DMg)

3. In the general settings tab, specify the *Deployment Directory* path. The *Deployment Directory* is the location where the deployment files will be stored for the server to access when a deployment schedule is run.

![](/files/O1bQYK3N2HjgrYIU73US)

4. Now, open the project that you want to deploy on Astera’s Server by going to *Project > Open* and direct it to the .cprj file. This will open the selected project in the Project Explorer panel.

{% hint style="info" %}
**Note:** .cprj file refers to an Astera project file.
{% endhint %}

![](/files/Sn8aLKeOjK2RcAjMgjas)

5. In the Project Explorer panel, right-click on the *Project* node, and select *Build Archive (.Car) for the Project* from the context menu.

![](/files/nPmhzyDzTwww6u4KpSdv)

6. Save this archive file on your system.
7. Now, open the *Deployment* window. Go to *Server > Deployment.*

![](/files/txTbwC0VaE1KkYxDz3Ex)

This will direct you to the main *Deployment* screen.

8. Click the *Add Deployment* icon to add a new deployment.

![](/files/cKHZ3ae2Z1hPIVl9lLIg)

9. Configure deployment settings by providing the following details:

* *Name*
* *Archive File Path* (\*.car)
* *Config File Path* (an optional file to specify project parameters)
* *Comment* (**optional**)

![](/files/TRzAWIssDvJphLbLb65f)

10. Save this deployment by clicking the *Save Deployment* icon ![11\_save](/files/5ihbPOWMFoZzjwy5mUYS) and it will be added to the list of deployed projects.

![](/files/4lFPo6ouJtfosFQQ7Ndb)

Multiple deployments can be configured on the cluster from the deployment window. The top part of the deployment screen shows the configured deployment files.

![](/files/xAksfncoPVNp4a7C4OFe)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://documentation.astera.com/project-management-and-scheduling/project-management/deployment.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
