Skip to content

Commit caca1db

Browse files
swaminatorulivz
authored andcommitted
docs: hosting with AWS Amplify (#1249)
1 parent 2f61002 commit caca1db

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

packages/docs/docs/guide/deploy.md

+10
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,16 @@ The following guides are based on a few shared assumptions:
1313
}
1414
}
1515
```
16+
## AWS Amplify
17+
In this guide we'll walk through how to deploy and host your VuePress site using the [AWS Amplify Console](https://console.amplify.aws).
18+
19+
1. Log in to the [AWS Amplify Console](https://console.aws.amazon.com/amplify/home) and choose Get Started under Deploy.
20+
21+
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.
22+
23+
1. Accept the default build settings. The Amplify Console automatically detects your VuePress build settings and output directory.
24+
25+
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`.
1626

1727
## GitHub Pages
1828

0 commit comments

Comments
 (0)