mirror of
https://github.com/micromdm/micromdm/
synced 2026-07-31 22:05:40 +08:00
Added configuration for building and hosting the website/ directory on netlify. Added lambda function to support vanity URLs for micromdm.io/v2.
13 lines
243 B
TOML
13 lines
243 B
TOML
[build]
|
|
base = "website/"
|
|
publish = "public/"
|
|
command = "echo 'default context'"
|
|
functions = ".netlify/functions"
|
|
|
|
[build.environment]
|
|
GO_IMPORT_PATH = "github.com/micromdm/micromdm"
|
|
|
|
[context.production]
|
|
command = "make netlify"
|
|
|