# Cloud Setup

### Cloud Demo

{% hint style="info" %}
This demo runs on a free public Heroku instance, it takes a minute to wake it up when you first navigate
{% endhint %}

Visit <https://sorry-cypress-demo.herokuapp.com/> to see the web dashboard in action.

Start sending your cypress tests to the demo dashboard by using the following command:

```
CYPRESS_API_URL="https://sorry-cypress-demo-director.herokuapp.com/" cy2 run --parallel --record --key somekey --ci-build-id hello-cypress 
```

### Cloud Providers

Now you can consider deploying it on your own infrastructure.

Each service is available as a standalone Docker image at <https://hub.docker.com/u/agoldis>. The images are automatically updated on each release and tagged in accordance with GitHub release tags.

Sorry-cypress has been successfully used by many organizations of different sizes on different platforms, e.g.:

* Heroku
* AWS
* Google Cloud
* Azure
* Digital Ocean
* IBM Cloud

Check out the rest of the documentation for deployment instructions.

{% hint style="success" %}
Congratulations! You have completed the guide.

* ⭐️ us on [GitHub](https://github.com/sorry-cypress/sorry-cypress)
* Learn how to [Contribute](/contributions.md)
* If you're stuck, check out [Support](/support.md) options
* Follow [@sorrycypress](https://twitter.com/sorrycypress/) to get the latest updates
  {% endhint %}

{% hint style="info" %}
**New!** Managed, cloud-based affordable alternative to Cypress Cloud without the overhead of managing your own infrastructure at [https://currents.dev](https://currents.dev/cypress-to-playwright?utm_source=docs-sc)
{% endhint %}


---

# 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://docs.sorry-cypress.dev/guide/cloud-setup.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.
