Skip to content

Commit 9c396c6

Browse files
committed
#0: Set static sites to SMALL size
1 parent 1663821 commit 9c396c6

File tree

5 files changed

+5
-1
lines changed

5 files changed

+5
-1
lines changed

.platform/routes.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ http://docs.{default}/:
4343
ssi:
4444
enabled: false
4545

46-
# Blog
46+
# Events
4747
http://events.devwithlando.io/:
4848
type: redirect
4949
to: http://events.{default}/

blog/.platform.app.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ build:
1010
flavor: none
1111

1212
# The size of the persistent disk of the application (in MB).
13+
size: S
1314
disk: 1000
1415
mounts:
1516
run:

docs/.platform.app.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ build:
1010
flavor: none
1111

1212
# The size of the persistent disk of the application (in MB).
13+
size: S
1314
disk: 1000
1415
mounts:
1516
run:

events/.platform.app.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ build:
1010
flavor: none
1111

1212
# The size of the persistent disk of the application (in MB).
13+
size: S
1314
disk: 1000
1415
mounts:
1516
run:

website/.platform.app.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ build:
1010
flavor: none
1111

1212
# The size of the persistent disk of the application (in MB).
13+
size: S
1314
disk: 1000
1415
mounts:
1516
run:

0 commit comments

Comments
 (0)