Skip to content

Commit

Permalink
fix: fix navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-fletcher committed Dec 13, 2022
1 parent cb0c35f commit 9aa97f2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
9 changes: 8 additions & 1 deletion docs/deployment-environments.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,15 @@
layout: default
title: Deployment Environments
nav_order: 4
has_children: true
---

# Deployment Environments

- [Deploy on Vercel](#deploy-on-vercel)
- [Deploy on Docker](#deploy-on-docker)
- [Deploy on DigitalOcean](#deploy-on-digitalocean)
- [Deploy on AWS Lambda](#deploy-on-aws-lambda)
- [Remoteless with npx](#deploy-remoteless-with-npx)

## Deploy on Vercel
Expand Down Expand Up @@ -44,7 +46,12 @@ The server can be easily deployed on DigitalOcean App Service.

__Note: Local storage isn't supported for this deployment method.__

[![Deploy to DO](https://www.deploytodo.com/do-btn-blue.svg)](https://cloud.digitalocean.com/apps/new?repo=https://github.com/ducktors/turborepo-remote-cache/tree/main)
[![Deploy to
DO](https://www.deploytodo.com/do-btn-blue.svg)](https://cloud.digitalocean.com/apps/new?repo=https://github.com/ducktors/turborepo-remote-cache/tree/main)

## Deploy on AWS Lambda
This server can be deployed as an AWS Lambda Function. See this
[guide](https://ducktors.github.io/turborepo-remote-cache/running-in-lambda) on deployment steps.

## Deploy "remoteless" with npx
If you have Node.js installed, you can run the server simply by typing
Expand Down
3 changes: 2 additions & 1 deletion docs/running-in-lambda.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
layout: default
title: Running in an AWS Lambda Function
nav_order: 6
parent: Deployment Environments
nav_order: 1
---

# Running in an AWS Lambda Function
Expand Down

0 comments on commit 9aa97f2

Please sign in to comment.