File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -208,13 +208,15 @@ Internal use only.
208208
209209
210210
211- Deployment Setup Steps
211+ ## Deployment Setup Steps
212+
2122131 . Backend → Render (Free)
213214
214215Go to render.com → Sign up with GitHub
215216Click New+ → Blueprint → Select your repo
216217Render will auto-detect render.yaml and deploy
217218Copy your Deploy Hook URL from Settings → Add as RENDER_DEPLOY_HOOK_URL GitHub secret
219+
2182202 . Frontend → Vercel (Free)
219221
220222Go to vercel.com → Import your repo
@@ -223,10 +225,14 @@ Get your token from vercel.com/account/tokens
223225Add GitHub secrets: VERCEL_TOKEN, VERCEL_ORG_ID, VERCEL_PROJECT_ID
224226
225227
226- Update API URL
228+ 3 . Update API URL
227229Edit environment.prod.ts:8-9 with your actual Render service URL before deploying frontend.
228230
229231
230- Open api
232+ ## Open api
231233
232234https://dev-onboarding-api-v5n9.onrender.com/api/openapi.yaml
235+
236+ ## Frontend
237+
238+ https://dev-onboarding-psi.vercel.app/dashboard
You can’t perform that action at this time.
0 commit comments