Commit from m3o/m3o action

This commit is contained in:
m3o-actions
2021-12-01 18:57:58 +00:00
parent c93f6ca3f8
commit f80a59c744
23 changed files with 768 additions and 774 deletions

View File

@@ -12,8 +12,7 @@ func main() {
functionService := function.NewFunctionService(os.Getenv("M3O_API_TOKEN"))
rsp, err := functionService.Deploy(&function.DeployRequest{
Entrypoint: "helloworld",
Name: "my-first-func",
Project: "tests",
Name: "helloworld",
Repo: "github.com/m3o/nodejs-function-example",
Runtime: "nodejs14",
})