gorush/netlify.toml

14 lines
282 B
TOML
Raw Permalink Normal View History

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