-
Notifications
You must be signed in to change notification settings - Fork 2
/
render.yaml
57 lines (56 loc) · 1.39 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
services:
- type: web
env: node
name: url-to-pdf-prod
region: frankfurt
branch: master
buildCommand: "yarn; yarn build"
startCommand: yarn start:prod
plan: free
envVars:
- key: REDIS_URL
fromService:
type: redis
name: redis_url-to-pdf
property: connectionString
- fromGroup: aws
- key: AWS_CLOUDFRONT_URI
value: https://d2ribwdduvzd8s.cloudfront.net
- key: AWS_S3_BUCKET_NAME
value: iteatime.url-to-pdf.production
- type: web
env: node
name: url-to-pdf-staging
region: frankfurt
branch: staging
buildCommand: "yarn; yarn build"
startCommand: yarn start:prod
plan: free
envVars:
- key: REDIS_URL
fromService:
type: redis
name: redis_url-to-pdf
property: connectionString
- fromGroup: aws
- key: AWS_CLOUDFRONT_URI
value: https://d382f6gomjz6m7.cloudfront.net
- key: AWS_S3_BUCKET_NAME
value: iteatime.url-to-pdf.dev
- type: redis
name: redis_url-to-pdf
region: frankfurt
ipAllowList:
- source: 0.0.0.0/0
description: everywhere
plan: free
maxmemoryPolicy: noeviction
envVarGroups:
- name: aws
envVars:
- key: AWS_ACCESS_KEY_ID
sync: false
- key: AWS_S3_REGION
sync: false
- key: AWS_SECRET_ACCESS_KEY
sync: false