Skip to content

Commit 21ffa0e

Browse files
Update render yaml and readme
1 parent 81e23be commit 21ffa0e

File tree

3 files changed

+3
-7
lines changed

3 files changed

+3
-7
lines changed

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Vapiai
22

3-
<a alt="Nx logo" href="https://nx.dev" target="_blank" rel="noreferrer"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-logo.png" width="45"></a>
3+
[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy) [![Deploy to Render](https://render.com/images/deploy-to-render-button.svg)](https://render.com/deploy)
44

55
**This workspace has been generated by [Nx, Smart Monorepos · Fast CI.](https://nx.dev)**
66

@@ -61,10 +61,6 @@ It will show tasks that you can run with Nx.
6161

6262
- [Learn more about Exploring the Project Graph](https://nx.dev/core-features/explore-graph)
6363

64-
## Deployments.
65-
66-
[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy)
67-
6864
## Connect with us!
6965

7066
- [Join the community](https://nx.dev/community)

app.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"addons": [],
2424
"scripts": {
2525
"dynos": {
26-
"web": "nx serve vapiai --prod"
26+
"web": "node dist/vapiai/main.js"
2727
}
2828
}
2929
}

render.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
- type: web
3-
name: vapiai
3+
name: vapi-express-character-design
44
env: node
55
buildCommand: pnpm install && pnpm run build
66
startCommand: node dist/vapiai/main.js

0 commit comments

Comments
 (0)