-
Notifications
You must be signed in to change notification settings - Fork 0
/
s3_website.yml
49 lines (39 loc) · 1003 Bytes
/
s3_website.yml
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
s3_id: <%= ENV['S3_IUCNWEBSITE_ID'] %>
s3_secret: <%= ENV['S3_IUCNWEBSITE_SECRET'] %>
s3_bucket: iucn-med-storymaps.geographica.io
cloudfront_distribution_id: E3E3RY2DA0FYXN
# Below are examples of all the available configurations.
# See README for more detailed info on each of them.
# index_document: index.html
# error_document: error.html
site: public
max_age: 300
s3_endpoint: eu-west-1
exclude_from_upload:
- .DS_Store
- .htaccess
ignore_on_server:
- static
gzip:
- .html
- .css
- .js
- .jpg
- .png
- .svg
cloudfront_distribution_config:
# default_cache_behavior:
# min_TTL: <%= 60 * 60 * 24 %>
aliases:
quantity: 3
items:
- iucn-med-storymaps.geographica.io
- www.medconservationstorymaps.org
- www.mapconservationmaps.org
- www.medconservationmaps.org
#routing_rules:
# - condition:
# http_error_code_returned_equals: "404"
# redirect:
# host_name: www.medconservationmaps.org
# replace_key_prefix_with: "#"