Skip to content

Commit 58c115e

Browse files
docs: mention mau
1 parent e2ac97e commit 58c115e

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

content/migration.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,3 +206,17 @@ A new `skipProcessEnv` option has also been introduced. This option allows you t
206206
Starting with NestJS 11, Node.js v16 is no longer supported, as it reached its end-of-life (EOL) on September 11, 2023. NestJS 11 now requires **Node.js v20 or higher**.
207207

208208
To ensure the best experience, we strongly recommend using the latest LTS version of Node.js.
209+
210+
#### Mau official deployment platform
211+
212+
In case you missed the announcement, we launched our official deployment platform, [Mau](https://www.mau.nestjs.com/), in 2024.
213+
Mau is a fully managed platform that simplifies the deployment process for NestJS applications. With Mau, you can deploy your applications to the cloud (**AWS**; Amazon Web Services) with a single command, manage your environment variables, and monitor your application's performance in real-time.
214+
215+
Mau makes provisioning and maintaining your infrastructure as simple as clicking just a few buttons. Mau is designed to be simple and intuitive, so you can focus on building your applications and not worry about the underlying infrastructure. Under the hood, we use Amazon Web Services to provide you with a powerful and reliable platform, while abstracting away all the complexity of AWS. We take care of all the heavy lifting for you, so you can focus on building your applications and growing your business.
216+
217+
```bash
218+
$ npm install -g @nestjs/mau
219+
$ mau deploy
220+
```
221+
222+
You can learn more about Mau [in this chapter](/deployment#easy-deployment-with-mau).

0 commit comments

Comments
 (0)