Skip to content

Commit 1465229

Browse files
update render yaml. Start with heroku
1 parent 3d25fd5 commit 1465229

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

app.json

Whitespace-only changes.

render.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,11 @@ services:
22
- type: web
33
name: vapiai
44
env: node
5-
buildCommand: npm install && npm run build
5+
buildCommand: pnpm install && pnpm run build
66
startCommand: node dist/vapiai/main.js
77
envVars:
88
- key: HOST
99
value: "0.0.0.0"
10-
- key: PORT
11-
value: "3000"
1210
- key: WEATHER_API_KEY
1311
sync: false
1412
- key: OPENAI_API_KEY

0 commit comments

Comments
 (0)