Skip to content

Commit

Permalink
docs: mention mau deploy command in the hint
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilmysliwiec committed Nov 15, 2024
1 parent c2ec8a0 commit 9b77845
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
9 changes: 8 additions & 1 deletion content/deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,14 @@ Before deploying your NestJS application, ensure you have:
- Any required services, like a database, set up and ready to go.
- At least an LTS version of Node.js installed on your deployment platform.

> 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.
> 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:
>
> ```bash
> $ npm install -g @nestjs/mau
> $ mau deploy
> ```
>
> Once the deployment is complete, you'll have your NestJS application up and running on AWS in seconds!
#### Building your application
Expand Down
10 changes: 10 additions & 0 deletions src/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,16 @@ blockquote {
}
}

blockquote {
code[class*=language-], pre[class*=language-] {
margin: 20px 0;
}

p:last-of-type {
margin-bottom: 0;
}
}

figure {
margin: 60px 30px;
text-align: center;
Expand Down

0 comments on commit 9b77845

Please sign in to comment.