-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrender.yaml
More file actions
46 lines (46 loc) · 1.14 KB
/
Copy pathrender.yaml
File metadata and controls
46 lines (46 loc) · 1.14 KB
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
# Exported from Render on 2024-08-30T19:11:16Z
services:
- type: web
name: PhotoForecast
runtime: elixir
repo: https://github.com/shanshee/PhotoForecast
plan: starter
envVars:
- key: REACT_APP_GOOGLE_MAP_API_KEY
sync: false
- key: REACT_APP_OPENWEATHER_APP_ID
sync: false
- key: REACT_APP_MAP_ID
sync: false
- key: REACT_APP_TEST
sync: false
region: oregon
buildCommand: cd weather-forecast && npm install && npm run build
startCommand: cd weather-forecast && npm start
- type: web
name: travlr-booking-app
runtime: node
repo: https://github.com/shanshee/travlr-booking-app
plan: starter
envVars:
- key: VITE_STRIPE_PUB_KEY
sync: false
- key: STRIPE_API_KEY
sync: false
- key: NODE_VERSION
sync: false
- key: MONGODB_CONNECTION_STRING
sync: false
- key: JWT_SECRET_KEY
sync: false
- key: CLOUDINARY_CLOUD_NAME
sync: false
- key: CLOUDINARY_API_SECRET
sync: false
- key: CLOUDINARY_API_KEY
sync: false
region: oregon
buildCommand: cd frontend && npm install && npm run build && cd ../backend && npm
run build
startCommand: cd backend && npm start
version: "1"