From f295e4fd641f7bd1f2891ff28a9c5845e5fa5eca Mon Sep 17 00:00:00 2001 From: ModupeD <69601432+ModupeD@users.noreply.github.com> Date: Thu, 20 Jul 2023 05:46:44 -0400 Subject: [PATCH] docs: add Flightcontrol as a deployment option (#9139) Co-authored-by: Joshua Chen Co-authored-by: sebastienlorber --- project-words.txt | 3 +++ website/docs/deployment.mdx | 6 ++++++ 2 files changed, 9 insertions(+) diff --git a/project-words.txt b/project-words.txt index 96342b59cb..0b79256233 100644 --- a/project-words.txt +++ b/project-words.txt @@ -413,3 +413,6 @@ zhou zoomable zpao hastscript +Flightcontrol +Fargate +Flightcontrol's diff --git a/website/docs/deployment.mdx b/website/docs/deployment.mdx index 26365895be..8224eec22c 100644 --- a/website/docs/deployment.mdx +++ b/website/docs/deployment.mdx @@ -675,6 +675,12 @@ trigger: Now, whenever you push a new tag to GitHub, this trigger will start the drone CI job to publish your website. +## Deploying to Flightcontrol {#deploying-to-flightcontrol} + +[Flightcontrol](https://www.flightcontrol.dev/?ref=docusaurus) is a service that automatically builds and deploys your web apps to AWS Fargate directly from your Git repository. It gives you full access to inspect and make infrastructure changes without the limitations of a traditional PaaS. + +Get started by following [Flightcontrol's step-by-step Docusaurus guide](https://www.flightcontrol.dev/docs/reference/examples/docusaurus/?ref=docusaurus). + ## Deploying to Koyeb {#deploying-to-koyeb} [Koyeb](https://www.koyeb.com) is a developer-friendly serverless platform to deploy apps globally. The platform lets you seamlessly run Docker containers, web apps, and APIs with git-based deployment, native autoscaling, a global edge network, and built-in service mesh and discovery. Check out the [Koyeb's Docusaurus deployment guide](https://www.koyeb.com/tutorials/deploy-docusaurus-on-koyeb) to get started.