Skip to content

Hosting with AWS Amplify #1249

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

Merged
merged 2 commits into from
Feb 2, 2019
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
10 changes: 10 additions & 0 deletions packages/docs/docs/guide/deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,16 @@ The following guides are based on a few shared assumptions:
}
}
```
## AWS Amplify
In this guide we'll walk through how to deploy and host your VuePress site using the [AWS Amplify Console](https://console.amplify.aws).

1. Log in to the [AWS Amplify Console](https://console.aws.amazon.com/amplify/home) and choose Get Started under Deploy.

1. Connect a branch from your GitHub, Bitbucket, GitLab, or AWS CodeCommit repository. Connecting your repository allows Amplify to deploy updates on every code commit to a branch.

1. Accept the default build settings. The Amplify Console automatically detects your VuePress build settings and output directory.

1. Review your changes and then choose **Save and deploy**. The Amplify Console will pull code from your repository, build changes to your frontend, and deploy build artifacts at `https://branch-name.unique-id.amplifyapp.com`.

## GitHub Pages

Expand Down