-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathrender.yaml
43 lines (40 loc) · 1.06 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
services:
- type: web
name: cloudy-server
env: node
buildCommand: yarn install
startCommand: yarn start
repo: https://github.com/lightdash/lightdash-cloud-announcer.git
region: oregon
plan: standard
branch: main
healthCheckPath: /healthz
envVars:
- key: PG_CONNECTION_STRING
fromDatabase:
name: cloudy-db
property: connectionString
- key: SLACK_SIGNING_SECRET
sync: false
- key: SLACK_CLIENT_ID
sync: false
- key: SLACK_CLIENT_SECRET
sync: false
- key: SLACK_STATE_SECRET
sync: false
- key: SLACK_AUTHORIZED_TEAMS
value: "T0163M87MB9,T03942PB7E3"
- key: SITE_ENV
value: "https://cloudy-server.onrender.com"
- key: RUDDERSTACK_WRITE_KEY
sync: false
- key: RUDDERSTACK_DATAPLANE_URL
value: https://analytics.lightdash.com
- key: GITHUB_WEBHOOKS_SECRET
sync: false
- key: GITHUB_ACCESS_TOKEN
sync: false
databases:
- name: cloudy-db
region: oregon
ipAllowList: []