mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-12 03:05:14 +00:00
10 lines
295 B
Bash
Executable File
10 lines
295 B
Bash
Executable File
curl "https://api.m3o.com/v1/function/Deploy" \
|
|
-H "Content-Type: application/json" \
|
|
-H "Authorization: Bearer $MICRO_API_TOKEN" \
|
|
-d '{
|
|
"entrypoint": "helloworld",
|
|
"name": "my-first-func",
|
|
"project": "tests",
|
|
"repo": "github.com/m3o/nodejs-function-example",
|
|
"runtime": "nodejs14"
|
|
}' |