Skip to content

Commit

Permalink
chore: move websocket example to railway (#5836)
Browse files Browse the repository at this point in the history
  • Loading branch information
KATT committed Jun 28, 2024
1 parent cf77b9f commit b2ba46a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 42 deletions.
12 changes: 0 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,18 +24,6 @@ pnpm i
pnpm dx
```

## Deployment

### Using [Render](https://render.com/)

The project contains a [`render.yaml`](./render.yaml) [_"Blueprint"_](https://render.com/docs/blueprint-spec) which makes the project easily deployable on [Render](https://render.com/).

The database is setup with a `starter` plan, but you can use a free plan for 90 days.

Go to [dashboard.render.com/blueprints](https://dashboard.render.com/blueprints) and connect to this Blueprint and see how the app and database automatically gets deployed.

You will either need to create an environment group called `trpc-websockets` with environment variables or remove that from `render.yaml` in favor of manual environment variables that overrides the ones in `/.env`.

## Files of note

<table>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "examples-next-websockets-starter",
"name": "examples-next-prisma-websockets-starter",
"private": true,
"engines": {
"node": ">=18.15.0"
Expand Down
29 changes: 0 additions & 29 deletions render.yaml

This file was deleted.

0 comments on commit b2ba46a

Please sign in to comment.