forked from savvy-coders/SPA-example-with-Express-and-Mongo
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrender.yaml
More file actions
29 lines (29 loc) · 702 Bytes
/
render.yaml
File metadata and controls
29 lines (29 loc) · 702 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
26
27
28
29
# Exported from Render on 2024-08-22T20:26:26Z
services:
- type: web
name: SPA-example
runtime: static
repo: https://github.com/savvy-coders/SPA-example
envVars:
- key: OPEN_WEATHER_MAP_API_KEY
sync: false
- key: PIZZA_PLACE_API_URL
sync: false
buildCommand: npm run parcel-build
staticPublishPath: dist
routes:
- type: redirect
source: /*
destination: /index.html
- type: web
name: sc-pizza-api
runtime: node
repo: https://github.com/savvy-coders/SPA-example
plan: free
envVars:
- key: MONGODB
sync: false
region: ohio
buildCommand: npm install
startCommand: node server/app.js
version: "1"