-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrender.yaml
66 lines (66 loc) · 2.26 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
services:
- type: web
name: give-me-restaurant-menu-now
env: python
repo: https://github.com/qwe030609/give-me-restaurant-menu-now.git
buildCommand: pip install gunicorn -r requirements.txt
startCommand: gunicorn app:app
plan: free
autoDeploy: false
envVars:
- key: CC8iJN6SDtYuNRJxkGFUTOsB3KiQ8omem1foQjvNyeDq7XLdANTRepi/rx68xJIV9bNsk+V51wncETRAi79a6YgHG3jgNKEYh6ITFADeCHIANSFDoD+O3yHL1AHXKV89lhv05fC7wgZyzjJ3aptCYAdB04t89/1O/w1cDnyilFU=
sync: false
- key: fc50ef61d245e84a4afe2b3bd2cae7e0
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