build directory to S3 and serve it globally through CloudFront.
Prerequisites
- A Git repository containing your application and its production build command.
- A Ravion account with your AWS account connected. Start free at Ravion signup.
- The Ravion CLI installed and authenticated. See CLI installation.
my-org/my-app as a placeholder. Replace it with your repository before applying the config.
Set up this Docusaurus app for Ravion static hosting.
Configure the deployment
Ravion provisions the resources in your AWS account. This example uses Railpack for the build. Usebuild_source: dockerfile instead when you need a custom Dockerfile.
ravion.yaml
npm run build and writes the production site to build. Put public build-time settings in build_environment_variables.
Apply and connect your domain
Next steps
Custom domains
Point a domain at your deployed service and manage its certificate.
Project config
Preview and apply Ravion configuration from source control.
Pipelines
Add approvals, migrations, and deployment automation.
Logs and metrics
Inspect deploy output and production health in Ravion.