-
Notifications
You must be signed in to change notification settings - Fork 1
/
render.yaml
59 lines (55 loc) · 1.04 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
services:
- type: web
name: eatmore
env: ruby
numInstances: 1
buildCommand: bin/build
startCommand: bin/start
autoDeploy: true
domains:
- eatmore.io
envVars:
- fromGroup: eatmore
- key: DATABASE_URL
fromDatabase:
name: eatmore
property: connectionString
- type: cron
name: eatmore-cron
env: ruby
schedule: "0 * * * *"
buildCommand: bin/build
startCommand: rake reminders:send
envVars:
- fromGroup: eatmore
- key: DATABASE_URL
fromDatabase:
name: eatmore
property: connectionString
envVarGroups:
- name: eatmore
envVars:
- key: RACK_ENV
value: production
- key: RAILS_ENV
value: production
- key: HOST
sync: false
- key: S3_ACCESS_KEY_ID
sync: false
- key: S3_BUCKET
sync: false
- key: S3_REGION
sync: false
- key: S3_SECRET_ACCESS_KEY
sync: false
- key: SECRET_KEY_BASE
sync: false
- key: TELEGRAM_BOT_TOKEN
sync: false
- key: TELEGRAM_BOT_USERNAME
sync: false
- key: BUGSNAG_API_KEY
sync: false
databases:
- name: eatmore