Skip to content

Commit

Permalink
fix: minor doc fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-fletcher committed Dec 15, 2022
1 parent 1584288 commit 4c5e166
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/deployment-environments.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ layout: default
title: Deployment Environments
nav_order: 4
has_children: true
has_toc: false
---

# Deployment Environments
Expand Down Expand Up @@ -46,8 +47,7 @@ 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
Expand Down
4 changes: 2 additions & 2 deletions docs/running-in-lambda.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,9 @@ variables:

| Variable | Value |
|--------------------|--------------------|
| `STORAGE_PATH` | <your_bucket_name> |
| `STORAGE_PATH` | *your_bucket_name* |
| `STORAGE_PROVIDER` | s3 |
| `TURBO_TOKEN` | <your_secret_key> |
| `TURBO_TOKEN` | *your_secret_key* |

*See [Environment
variables](https://ducktors.github.io/turborepo-remote-cache/environment-variables)
Expand Down

0 comments on commit 4c5e166

Please sign in to comment.