Skip to content

Commit 1325a85

Browse files
committed
chore: update repository links in README and render.yaml to point to render-examples
1 parent 9259d58 commit 1325a85

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
## Deploy to Render
88

9-
[![Deploy to Render](https://render.com/images/deploy-to-render-button.svg)](https://render.com/deploy?repo=https://github.com/Ho1yShif/full-stack-fastapi-template)
9+
[![Deploy to Render](https://render.com/images/deploy-to-render-button.svg)](https://render.com/deploy?repo=https://github.com/render-examples/full-stack-fastapi-template)
1010

1111
One click provisions the full stack on [Render](https://render.com) using the [`render.yaml`](./render.yaml) Blueprint at the repo root: a Dockerized FastAPI web service, a Vite/Bun static site for the frontend, a managed Postgres database, and a shared `fastapi-env` environment-variable group that both services pull from.
1212

render.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ projects:
4747
name: fastapi-backend
4848
runtime: docker
4949
plan: free
50-
repo: https://github.com/Ho1yShif/full-stack-fastapi-template
51-
branch: master
50+
repo: https://github.com/render-examples/full-stack-fastapi-template
51+
branch: main
5252
autoDeploy: true
5353
dockerfilePath: ./backend/Dockerfile
5454
dockerContext: .
@@ -80,8 +80,8 @@ projects:
8080
- type: web
8181
name: fastapi-frontend
8282
runtime: static
83-
repo: https://github.com/Ho1yShif/full-stack-fastapi-template
84-
branch: master
83+
repo: https://github.com/render-examples/full-stack-fastapi-template
84+
branch: main
8585
autoDeploy: true
8686
buildCommand: bun install --frozen-lockfile && bun run --filter frontend build
8787
staticPublishPath: frontend/dist

0 commit comments

Comments
 (0)