Skip to content
This repository has been archived by the owner on Sep 25, 2023. It is now read-only.

Commit

Permalink
Fix typo in heading
Browse files Browse the repository at this point in the history
  • Loading branch information
kachar committed Aug 16, 2021
1 parent 9b61599 commit 28a1869
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/docs/docs/tutorial-basics/deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ Depending on where you want to host your app, there might be some differences in
To build your Express.js + Krabs application, you just need to run the `yarn next build` command, which creates an optimized production build for the Next.js pages.
Now you're able to start your Express.js server with a `NODE_ENV=production` environment variable, and you're ready to go.

## Deployiment
## Deployment

Deploying Express.js + Krabs is not different from deploying Express.js alone. Please refer to the following guides for releasing your webserver to production:

- [Deploying to a Ubuntu server](https://www.digitalocean.com/community/tutorials/how-to-set-up-a-node-js-application-for-production-on-ubuntu-20-04)
- [Deploying to Heroku](https://devcenter.heroku.com/articles/getting-started-with-nodejs)
- [Dockerizing Node.js](https://medium.com/openmindonline/js-monday-13-dockerizing-node-js-e09d5f8bf945)
- [Dockerizing Node.js](https://medium.com/openmindonline/js-monday-13-dockerizing-node-js-e09d5f8bf945)

0 comments on commit 28a1869

Please sign in to comment.