From 389379918303391d07fb5b2a074bf8b00dc66e6b Mon Sep 17 00:00:00 2001 From: Jeffrey Bosch Date: Wed, 15 Jan 2020 07:15:29 +0100 Subject: [PATCH] docs: add amazon s3 builder package (#34783) PR Close #34783 --- aio/content/guide/deployment.md | 1 + 1 file changed, 1 insertion(+) diff --git a/aio/content/guide/deployment.md b/aio/content/guide/deployment.md index 34d36d3af8..ed0ba4a182 100644 --- a/aio/content/guide/deployment.md +++ b/aio/content/guide/deployment.md @@ -80,6 +80,7 @@ In the table below, you can find a list of packages which implement deployment f | [Netlify](https://www.netlify.com/) | [`@netlify-builder/deploy`](https://npmjs.org/package/@netlify-builder/deploy) | | [GitHub pages](https://pages.github.com/) | [`angular-cli-ghpages`](https://npmjs.org/package/angular-cli-ghpages) | | [NPM](https://npmjs.com/) | [`ngx-deploy-npm`](https://npmjs.org/package/ngx-deploy-npm) | +| [Amazon Cloud S3](https://aws.amazon.com/s3/?nc2=h_ql_prod_st_s3) | [`@jefiozie/ngx-aws-deploy`](https://www.npmjs.com/package/@jefiozie/ngx-aws-deploy) | If you're deploying to a self-managed server or there's no builder for your favorite cloud platform, you can either create a builder that allows you to use the `ng deploy` command, or read through this guide to learn how to manually deploy your app.