Commit from m3o/m3o action

This commit is contained in:
m3o-actions
2021-10-29 10:32:59 +00:00
parent 0a3298c33b
commit c5c2867dc3
127 changed files with 895 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
curl "https://api.m3o.com/v1/function/Deploy" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $M3O_API_TOKEN" \
-d '{
"entrypoint": "helloworld",
"name": "my-first-func",
"project": "tests",
"repo": "github.com/m3o/nodejs-function-example",
"runtime": "nodejs14"
}'