From 81f55922d1ebfa0f93dc2e84766a9eac37c7e719 Mon Sep 17 00:00:00 2001 From: Nikhil Swaminathan Date: Wed, 30 Jan 2019 16:56:52 -0800 Subject: [PATCH 1/2] Hosting with Amplify --- packages/docs/docs/guide/deploy.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/packages/docs/docs/guide/deploy.md b/packages/docs/docs/guide/deploy.md index 3bcf406b0a..7a80bd6857 100644 --- a/packages/docs/docs/guide/deploy.md +++ b/packages/docs/docs/guide/deploy.md @@ -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 Gatsby 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 From bb683e1d029f4313f94a44f16fcc16a83436b9b1 Mon Sep 17 00:00:00 2001 From: Nikhil Swaminathan Date: Thu, 31 Jan 2019 15:00:37 -0800 Subject: [PATCH 2/2] Update typo --- packages/docs/docs/guide/deploy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/docs/docs/guide/deploy.md b/packages/docs/docs/guide/deploy.md index 7a80bd6857..519e123646 100644 --- a/packages/docs/docs/guide/deploy.md +++ b/packages/docs/docs/guide/deploy.md @@ -14,7 +14,7 @@ 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 Gatsby site using the [AWS Amplify Console](https://console.amplify.aws). +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.