Skip to content

Commit f3822ff

Browse files
Ho1yShifclaude
andcommitted
chore: point Deploy to Render URLs at fastapi/full-stack-fastapi-template
For upstream PR — if merged, the Blueprint lives in fastapi/..., so the deploy button and render.yaml repo: field should point there. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 40d6748 commit f3822ff

2 files changed

Lines changed: 3 additions & 3 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/render-examples/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/fastapi/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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ projects:
2323
name: fastapi-backend
2424
runtime: docker
2525
plan: free
26-
repo: https://github.com/render-examples/full-stack-fastapi-template
26+
repo: https://github.com/fastapi/full-stack-fastapi-template
2727
branch: main
2828
autoDeploy: true
2929
dockerfilePath: ./backend/Dockerfile
@@ -76,7 +76,7 @@ projects:
7676
- type: web
7777
name: fastapi-frontend
7878
runtime: static
79-
repo: https://github.com/render-examples/full-stack-fastapi-template
79+
repo: https://github.com/fastapi/full-stack-fastapi-template
8080
branch: main
8181
autoDeploy: true
8282
buildCommand: bun install --frozen-lockfile && bun run --filter frontend build

0 commit comments

Comments
 (0)