-
Notifications
You must be signed in to change notification settings - Fork 15
/
render.yaml
40 lines (40 loc) · 1.12 KB
/
render.yaml
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
services:
- type: web
name: line-bot-nodejs-echo
env: node
repo: https://github.com/line/line-bot-sdk-nodejs.git
buildCommand: cd examples/echo-bot;npm install
startCommand: cd examples/echo-bot;node .
plan: free
autoDeploy: false
envVars:
- key: CHANNEL_ACCESS_TOKEN
sync: false
- key: CHANNEL_SECRET
sync: false
# - type: web
# name: line-bot-nodejs-echo-ts
# env: node
# repo: https://github.com/line/line-bot-sdk-nodejs.git
# buildCommand: cd examples/echo-bot-ts;npm install;npm run build
# startCommand: cd examples/echo-bot-ts;npm start
# plan: free
# autoDeploy: false
# envVars:
# - key: CHANNEL_ACCESS_TOKEN
# sync: false
# - key: CHANNEL_SECRET
# sync: false
# - type: web
# name: line-bot-nodejs-kitchensink
# env: node
# repo: https://github.com/line/line-bot-sdk-nodejs.git
# buildCommand: cd examples/kitchensink;npm run build-sdk;npm install
# startCommand: cd examples/kitchensink;BASE_URL=$RENDER_EXTERNAL_URL npm start
# plan: free
# autoDeploy: false
# envVars:
# - key: CHANNEL_ACCESS_TOKEN
# sync: false
# - key: CHANNEL_SECRET
# sync: false