Skip to content

Commit dc37873

Browse files
committed
feat(laravel vapor domains): configure staging & production environment domains
will require changes at the cloudflare dns to take effect
1 parent 8c106e7 commit dc37873

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

vapor.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ id: 31921
22
name: mapmarker
33
environments:
44
production:
5+
domain: "*.mapmarker.io"
56
memory: 1024
67
cli-memory: 512
78
runtime: "docker"
@@ -10,6 +11,7 @@ environments:
1011
- "php artisan event:cache"
1112
- "yarn prod && rm -rf node_modules"
1213
staging:
14+
domain: "staging.mapmarker.io"
1315
memory: 1024
1416
cli-memory: 512
1517
runtime: "docker"

0 commit comments

Comments
 (0)