graphql-engine/docs/graphql/manual/guides/deployment/index.rst

40 lines
1.5 KiB
ReStructuredText
Raw Normal View History

.. meta::
:description: Guides for deploying Hasura
:keywords: hasura, docs, guide, deployment
.. _guides_deployment:
Guides: Deployment
==================
.. contents:: Table of contents
:backlinks: none
:depth: 1
:local:
- `One-click deployment with Hasura Cloud <https://hasura.io/docs/cloud/1.0/manual/getting-started/index.html>`__
- :ref:`One-click deployment with Heroku <heroku_one_click>`
- :ref:`Digital Ocean One-click App on Marketplace <deploy_do_marketplace>`
- :ref:`Azure Container Instances with Postgres <deploy_azure_ci_pg>`
- :ref:`Google Cloud Platform with Kubernetes engine and Cloud SQL <deploy_gc_kubernetes>`
- :ref:`Render One-click Deploy with Managed PostgreSQL <deploy_render>`
- :ref:`Nhost One-click Deploy with Managed PostgreSQL, Storage, and Auth <deploy_nhost>`
- `Blog: Instant GraphQL on AWS RDS <https://hasura.io/blog/instant-graphql-on-aws-rds-1edfb85b5985>`__
.. note::
2019-09-11 10:17:14 +03:00
The above are guides to deploy the Hasura GraphQL engine on some specific platforms.
For more generic guides, see :ref:`deployment`.
.. toctree::
:maxdepth: 1
:titlesonly:
:hidden:
Heroku One-click deployment <heroku-one-click>
DigitalOcean One-click App on Marketplace <digital-ocean-one-click>
Azure Container Instances with Postgres <azure-container-instances-postgres>
2019-09-11 10:17:14 +03:00
Google Cloud Platform with Kubernetes engine and Cloud SQL <google-kubernetes-engine-cloud-sql>
Render One-click Deploy with managed PostgreSQL <render-one-click>
Nhost One-click Deploy with managed PostgreSQL, Storage, and Auth <nhost-one-click>