Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 318 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 318 Bytes

Mastodon CDK SST

Deploy Mastodon instances using AWS CDK and Serverless Stack.

Quickstart

Create a stage (e.g. prod) to deploy your instance by copying .env to .env.prod and editing it.

npm i -g pnpm  # install pnpm globally
pnpm i  # install dependencies
pnpm exec sst deploy --stage prod