# Deploy Cloud Code

1. In the SashiDo dashboard, go to the **Cloud Code** tab.
2. Click on **Open in GitHub** to link your app to a GitHub repository where you can manage your cloud code.
3. Clone your repository and override files in folder with the one you will download in `MainFiles.zip` from codecanyon
4. Unzip zip file and copy files in **`cloud_code`** folder and replace them in your cloned repository
5. Go to `cloud/config.js` and update with your app informations like App name,&#x20;

<figure><img src="https://content.gitbook.com/content/4J4nvdCW2wCekDwEIpzi/blobs/loFqKPyYxD6ATiGEEBJm/Cloud%20code%20setup.png" alt=""><figcaption><p>Note that in regular license, some files will be missing, since they are only for Extended License</p></figcaption></figure>

6. Push your cloud code to the repository. Any changes pushed to the repository will be automatically deployed to your app.
7. Now it's time to get and save your AppID, clientKey and Server Url for later use.

<figure><img src="https://content.gitbook.com/content/4J4nvdCW2wCekDwEIpzi/blobs/LmpvcvPuzL1kalRDeoMA/Parse%20Server%20Keys.png" alt=""><figcaption></figcaption></figure>

<mark style="color:purple;">**Make sure that at the end of this progress, you have  saved for later use:**</mark>

* `Application ID or`` `**`AppId`**
* `Client Key or`` `**`ClientKey`**
* `API URL Address or`` `**`ServerURL`**
* `LiveQuery URL Address or`` `**`LiveQueryURL`**
