Skip to content

Commit 1486457

Browse files
committed
fix(vapor domains): explicitly set domains for production env
attempt to fix deploy error AWS: One or more of the CNAMEs you provided are already associated with a different resource
1 parent 169d891 commit 1486457

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

vapor.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@ id: 31921
22
name: mapmarker
33
environments:
44
production:
5-
domain: "*.mapmarker.io"
5+
domain:
6+
- "www.mapmarker.io"
7+
- "mapmarker.io"
8+
- "cdn.mapmarker.io"
69
memory: 1024
710
cli-memory: 512
811
runtime: "docker"

0 commit comments

Comments
 (0)