gorush/netlify.toml

13 lines
247 B
TOML
Raw Normal View History

2020-03-21 03:42:14 +00:00
[build]
command = "./build.sh"
functions = "release/linux/lambda"
[build.environment]
GO_IMPORT_PATH = "github.com/appleboy/gorush"
GO111MODULE = "on"
[[redirects]]
from = "/*"
to = "/.netlify/functions/gorush/:splat"
status = 200