Skip to content

Commit 9b77845

Browse files
docs: mention mau deploy command in the hint
1 parent c2ec8a0 commit 9b77845

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

content/deployment.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,14 @@ Before deploying your NestJS application, ensure you have:
1212
- Any required services, like a database, set up and ready to go.
1313
- At least an LTS version of Node.js installed on your deployment platform.
1414

15-
> info **Hint** If you are looking for a cloud-based platform to deploy your NestJS application, check out [Mau](https://mau.nestjs.com/ 'Deploy Nest'), our official platform for deploying NestJS applications on AWS.
15+
> info **Hint** If you are looking for a cloud-based platform to deploy your NestJS application, check out [Mau](https://mau.nestjs.com/ 'Deploy Nest'), our official platform for deploying NestJS applications on AWS. With Mau, deploying your NestJS application is as simple as clicking a few buttons and running a single command:
16+
>
17+
> ```bash
18+
> $ npm install -g @nestjs/mau
19+
> $ mau deploy
20+
> ```
21+
>
22+
> Once the deployment is complete, you'll have your NestJS application up and running on AWS in seconds!
1623
1724
#### Building your application
1825

src/styles.scss

+10
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,16 @@ blockquote {
159159
}
160160
}
161161

162+
blockquote {
163+
code[class*=language-], pre[class*=language-] {
164+
margin: 20px 0;
165+
}
166+
167+
p:last-of-type {
168+
margin-bottom: 0;
169+
}
170+
}
171+
162172
figure {
163173
margin: 60px 30px;
164174
text-align: center;

0 commit comments

Comments
 (0)