Skip to content
/ deploy-sst Public template

Next.js template to deploy with SST as a Docker container.

Notifications You must be signed in to change notification settings

nextjs/deploy-sst

Repository files navigation

Deploy Next.js with SST

This is a Next.js template which can be deployed with SST as a container.

Deploying to SST

This will deploy your Next.js app to AWS Fargate with Amazon ECS.

  1. Create an AWS account
  2. Configure your AWS credentials
  3. Install dependencies: pnpm i
  4. Install SST providers: pnpm sst install
  5. Install Docker on your machine
  6. Deploy: pnpm sst deploy --stage production

For more information, see the Next.js deployment documentation.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!