mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-12 11:15:12 +00:00
Commit from GitHub Actions (Publish APIs & Clients)
This commit is contained in:
@@ -5,5 +5,6 @@ curl "https://api.m3o.com/v1/function/Deploy" \
|
||||
"entrypoint": "helloworld",
|
||||
"name": "my-first-func",
|
||||
"project": "tests",
|
||||
"repo": "github.com/m3o/nodejs-function-example"
|
||||
"repo": "github.com/m3o/nodejs-function-example",
|
||||
"runtime": "nodejs14"
|
||||
}'
|
||||
@@ -14,6 +14,7 @@ func DeployAfunction() {
|
||||
Name: "my-first-func",
|
||||
Project: "tests",
|
||||
Repo: "github.com/m3o/nodejs-function-example",
|
||||
Runtime: "nodejs14",
|
||||
})
|
||||
fmt.Println(rsp, err)
|
||||
}
|
||||
|
||||
@@ -8,6 +8,7 @@ async function DeployAfunction() {
|
||||
name: "my-first-func",
|
||||
project: "tests",
|
||||
repo: "github.com/m3o/nodejs-function-example",
|
||||
runtime: "nodejs14",
|
||||
});
|
||||
console.log(rsp);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user