-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrender.yaml
36 lines (36 loc) · 940 Bytes
/
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
previewsEnabled: true
services:
- type: web
name: photo-port
env: static
buildCommand: bin/deploy
staticPublishPath: ./output
pullRequestPreviewsEnabled: true
envVars:
- key: BRIDGETOWN_ENV
value: production
- key: FLICKR_API_KEY
sync: false
- key: FLICKR_API_SECRET
sync: false
- key: HONEYBADGER_API_KEY
sync: false
headers:
- path: /*
name: X-Frame-Options
value: DENY
- path: /*
name: X-XSS-Protection
value: "1; mode=block"
- path: /*
name: X-Content-Type-Options
value: "nosniff"
- path: /*
name: Strict-Transport-Security
value: "max-age=15552000; includeSubDomains"
- path: /*
name: Referrer-Policy
value: "no-referrer-when-downgrade"
- path: /*
name: Cache-Control
value: "public, max-age=86400, s-max-age=86400"