Skip to content

Commit

Permalink
Add Steps component to flightcontrol.mdx (#8089)
Browse files Browse the repository at this point in the history
Co-authored-by: Houston (Bot) <[email protected]>
Co-authored-by: Sergio A. Arevalo Soria <[email protected]>
Co-authored-by: HiDeoo <[email protected]>
Co-authored-by: Sarah Rainsberger <[email protected]>
  • Loading branch information
5 people authored May 2, 2024
1 parent e80119d commit 0c1586b
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/content/docs/en/guides/deploy/flightcontrol.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,29 @@ description: How to deploy your Astro site to AWS with Flightcontrol
type: deploy
i18nReady: true
---
import { Steps } from '@astrojs/starlight/components';

You can deploy an Astro site using [Flightcontrol](https://www.flightcontrol.dev?ref=astro), which provides fully-automated deployments to your AWS account.

Supports both static and SSR Astro sites.

## How to Deploy

<Steps>
1. Create a Flightcontrol account at [app.flightcontrol.dev/signup](https://app.flightcontrol.dev/signup?ref=astro)

2. Go to [app.flightcontrol.dev/projects/new/1](https://app.flightcontrol.dev/projects/new/1)

3. Connect your GitHub account and select your repo

4. Select your desired "Config Type":
- `GUI` (all config managed through flightcontrol dashboard) where you will select the `Astro Static` or `Astro SSR` preset
- `flightcontrol.json` ("infrastructure as code" option where all config is in your repo) where you will select an Astro example config, then add it to your codebase as `flightcontrol.json`

5. Adjust any configuration as needed
6. Click "Create Project" and complete any required steps (like linking your AWS account).

6. Click "Create Project" and complete any required steps (like linking your AWS account).
</Steps>

### SSR Setup

Expand Down

0 comments on commit 0c1586b

Please sign in to comment.