-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathrender.yaml
71 lines (69 loc) · 1.77 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
71
services:
- type: cron
name: yamag-blueprint-note
runtime: node
schedule: "35 18 * * *"
region: singapore
repo: https://github.com/taichanne30/yamag.git
buildCommand: "bash build-script.sh"
startCommand: "pnpm start"
envVars:
- key: DATABASE_URL
fromDatabase:
name: yamag-blueprint-db
property: connectionString
- fromGroup: yamag-blueprint-settings
- type: cron
name: yamag-blueprint-remind
runtime: node
schedule: "32 18 * * *"
region: singapore
repo: https://github.com/taichanne30/yamag.git
buildCommand: "bash build-script.sh"
startCommand: "pnpm run remind"
envVars:
- fromGroup: yamag-blueprint-settings
- type: worker
name: yamag-blueprint-mention
runtime: node
region: singapore
repo: https://github.com/taichanne30/yamag.git
buildCommand: "bash build-script.sh"
startCommand: "pnpm run mentions"
envVars:
- key: DATABASE_URL
fromDatabase:
name: yamag-blueprint-db
property: connectionString
- fromGroup: yamag-blueprint-settings
databases:
- name: yamag-blueprint-db
databaseName: yamag
region: singapore
plan: starter
ipAllowList:
- source: 0.0.0.0/0
description: everywhere
envVarGroups:
- name: yamag-blueprint-settings
envVars:
- key: TZ
sync: false
- key: RECORD_HOUR
sync: false
- key: RECORD_MINUTE
sync: false
- key: MATCHER
sync: false
- key: USER_NAME
sync: false
- key: POST_TITLE
sync: false
- key: REMIND_POST_TEXT
sync: false
- key: SERVER_ORIGIN
sync: false
- key: SERVER_TOKEN
sync: false
- key: POST_DISABLED
sync: false