Deploying in Cloud ================== Cellarium Cloud services are deployed on `Google Cloud Run `_. These services are containerized and built and deployed through GitHub Actions. :ref:`More info `. .. code-block:: gcloud run deploy --project $PROJECT_ID --image $IMAGE_NAME Instructions on how to update a particular service are provided in the respective service's documentation. :ref:`More info `. Once the services are deployed, they will appear in the `Google Cloud Run Console `_ as a new instance, or an existing one will be updated if the service name already exists. Accessing the Services ++++++++++++++++++++++ To get access to the deployed services, you can check the URL in the `Google Cloud Run Console `_. The dashboard provides logs, metrics, and error reporting.