-
Notifications
You must be signed in to change notification settings - Fork 0
/
render.yaml
70 lines (68 loc) · 2.17 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
# Sample Blueprint Spec on Render: https://github.com/haojiwu/line-bot-python-on-render
### Work in process ###
services:
- type: web
name: line-bot-python-flask
env: python
repo: https://github.com/line/line-bot-sdk-python.git
buildCommand: cd examples/flask-echo;pip install gunicorn -r requirements.txt
startCommand: cd examples/flask-echo;gunicorn app:app
plan: free
autoDeploy: false
envVars:
- key: LINE_CHANNEL_ACCESS_TOKEN
sync: false
- key: LINE_CHANNEL_SECRET
sync: false
# - type: web
# name: line-bot-python-flask-with-handler
# env: python
# repo: https://github.com/line/line-bot-sdk-python.git
# buildCommand: cd examples/flask-echo;pip install gunicorn -r requirements.txt
# startCommand: cd examples/flask-echo;gunicorn app_with_handler:app
# plan: free
# autoDeploy: false
# envVars:
# - key: LINE_CHANNEL_ACCESS_TOKEN
# sync: false
# - key: LINE_CHANNEL_SECRET
# sync: false
# - type: web
# name: line-bot-python-flask-kitchensink
# env: python
# repo: https://github.com/line/line-bot-sdk-python.git
# buildCommand: cd examples/flask-kitchensink;pip install gunicorn -r requirements.txt
# startCommand: cd examples/flask-kitchensink;gunicorn app:app
# plan: free
# autoDeploy: false
# envVars:
# - key: LINE_CHANNEL_ACCESS_TOKEN
# sync: false
# - key: LINE_CHANNEL_SECRET
# sync: false
# - type: web
# name: line-bot-python-simple-server
# env: python
# repo: https://github.com/line/line-bot-sdk-python.git
# buildCommand: cd examples/simple-server-echo;pip install -r requirements.txt
# startCommand: cd examples/simple-server-echo;python app.py
# plan: free
# autoDeploy: false
# envVars:
# - key: LINE_CHANNEL_ACCESS_TOKEN
# sync: false
# - key: LINE_CHANNEL_SECRET
# sync: false
# - type: web
# name: line-bot-python-aiohttp
# env: python
# repo: https://github.com/line/line-bot-sdk-python.git
# buildCommand: cd examples/aiohttp-echo;pip install -r requirements.txt
# startCommand: cd examples/aiohttp-echo;python app.py
# plan: free
# autoDeploy: false
# envVars:
# - key: LINE_CHANNEL_ACCESS_TOKEN
# sync: false
# - key: LINE_CHANNEL_SECRET
# sync: false