-
-
Notifications
You must be signed in to change notification settings - Fork 437
Expand file tree
/
Copy pathrender.yaml
More file actions
25 lines (25 loc) · 622 Bytes
/
Copy pathrender.yaml
File metadata and controls
25 lines (25 loc) · 622 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
services:
- type: web
name: devtrack
env: node
buildCommand: npm install && npm run build
startCommand: npm start
envVars:
- key: NEXT_PUBLIC_SUPABASE_URL
sync: false
- key: NEXT_PUBLIC_SUPABASE_ANON_KEY
sync: false
- key: SUPABASE_SERVICE_ROLE_KEY
sync: false
- key: NEXTAUTH_URL
sync: false
- key: NEXTAUTH_SECRET
generateValue: true
- key: GITHUB_ID
sync: false
- key: GITHUB_SECRET
sync: false
- key: ENCRYPTION_KEY
generateValue: true
- key: NODE_ENV
value: production