mirror of
https://github.com/easychen/pushdeer.git
synced 2025-02-24 00:44:55 +08:00
14 lines
282 B
TOML
14 lines
282 B
TOML
|
[build]
|
||
|
command = "make build_linux_lambda"
|
||
|
functions = "release/linux/lambda"
|
||
|
|
||
|
[build.environment]
|
||
|
GO_VERSION = "1.16"
|
||
|
GO_IMPORT_PATH = "github.com/appleboy/gorush"
|
||
|
GO111MODULE = "on"
|
||
|
|
||
|
[[redirects]]
|
||
|
from = "/*"
|
||
|
to = "/.netlify/functions/gorush/:splat"
|
||
|
status = 200
|