forked from guardian/frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
riff-raff.yaml
59 lines (57 loc) · 1.12 KB
/
riff-raff.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
stacks:
- frontend
regions:
- eu-west-1
templates:
frontend:
type: autoscaling
parameters:
bucket: aws-frontend-artifacts
dependencies:
- frontend-static
- update-ami
deployments:
admin:
template: frontend
applications:
template: frontend
archive:
template: frontend
article:
template: frontend
commercial:
template: frontend
diagnostics:
template: frontend
discussion:
template: frontend
facia:
template: frontend
facia-press:
template: frontend
identity:
template: frontend
onward:
template: frontend
preview:
template: frontend
rss:
template: frontend
sport:
template: frontend
frontend-static:
type: aws-s3
parameters:
bucket: aws-frontend-static
cacheControl: public, max-age=315360000
prefixStack: false
update-ami:
type: ami-cloudformation-parameter
parameters:
cloudFormationStackByTags: false
prependStackToCloudFormationStackName: false
cloudFormationStackName: frontend
amiParametersToTags:
AMI:
Recipe: frontend-base
AmigoStage: PROD