Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Steps component to heroku.mdx #8104

Merged
merged 1 commit into from
May 2, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions src/content/docs/en/guides/deploy/heroku.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ description: How to deploy your Astro site to the web using Heroku.
type: deploy
i18nReady: true
---
import { Steps } from '@astrojs/starlight/components';

[Heroku](https://www.heroku.com/) is a platform-as-a-service for building, running, and managing modern apps in the cloud. You can deploy an Astro site to Heroku using this guide.

:::danger
Expand All @@ -12,6 +14,7 @@ The following instructions use [the deprecated `heroku-static-buildpack`](https:

## How to deploy

<Steps>
1. Install the [Heroku CLI](https://devcenter.heroku.com/articles/heroku-cli).

2. Create a Heroku account by [signing up](https://signup.heroku.com/).
Expand Down Expand Up @@ -56,3 +59,4 @@ The following instructions use [the deprecated `heroku-static-buildpack`](https:
# opens a browser to view the Dashboard version of Heroku CI
$ heroku open
```
</Steps>
Loading