Skip to content

Commit

Permalink
Add Steps component to stormkit.mdx (#8108)
Browse files Browse the repository at this point in the history
Co-authored-by: Houston (Bot) <[email protected]>
Co-authored-by: Sarah Rainsberger <[email protected]>
  • Loading branch information
3 people authored May 2, 2024
1 parent 4f769f8 commit 285035e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/content/docs/en/guides/deploy/stormkit.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,14 @@ description: Deploy your Astro site to Stormkit
type: deploy
i18nReady: true
---

import ReadMore from '~/components/ReadMore.astro';
import { Steps } from '@astrojs/starlight/components';

You can deploy your Astro project to [Stormkit](https://stormkit.io/), a deployment platform for static websites, single-page applications (SPAs), and serverless functions.

## How to deploy

<Steps>
1. [Log in to Stormkit](https://app.stormkit.io/auth).

2. Using the user interface, import your Astro project from one of the three supported Git providers (GitHub, GitLab, or Bitbucket).
Expand All @@ -20,5 +21,6 @@ You can deploy your Astro project to [Stormkit](https://stormkit.io/), a deploym
4. Verify the build command in your [Stormkit configuration](https://stormkit.io/docs/deployments/configuration). By default, Stormkit CI will run `npm run build` but you can specify a custom build command on this page.

5. Click the "Deploy Now" button to deploy your site.
</Steps>

<ReadMore>Read more in the [Stormkit Documentation](https://stormkit.io/docs).</ReadMore>

0 comments on commit 285035e

Please sign in to comment.