We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c106e7 commit dc37873Copy full SHA for dc37873
1 file changed
vapor.yml
@@ -2,6 +2,7 @@ id: 31921
2
name: mapmarker
3
environments:
4
production:
5
+ domain: "*.mapmarker.io"
6
memory: 1024
7
cli-memory: 512
8
runtime: "docker"
@@ -10,6 +11,7 @@ environments:
10
11
- "php artisan event:cache"
12
- "yarn prod && rm -rf node_modules"
13
staging:
14
+ domain: "staging.mapmarker.io"
15
16
17
0 commit comments