Run
CLI & CI Deployments
Learn how to deploy your Run services using the CLI
Deploying with the CLI
Below you can find a simple script to deploy a Nhost Run service using the CLI. This script can be leveraged on any CI or environment as long as you can install the Nhost CLI and have access to docker buildx.
You can create a PAT by heading to the dashboard -> Account Settings -> Create Personal Access Token
Deploy from Github Actions
If you prefer to deploy from GitHub actions we support a few GitHub actions you can use to build your own workflows. We also have an already-made workflow you can leverage and there is a hello-world application you can check for a more thorough example and a step-by-step demo: