forgejo-actions-test/appwrite.json
Dovi Cowan 51785f0853
All checks were successful
/ test (push) Successful in 19s
deploy appwrite function
2024-07-26 01:05:57 +01:00

24 lines
631 B
JSON

{
"projectId": "66a2d6c20021107d3343",
"projectName": "Forgejo Actions Test",
"functions": [
{
"$id": "66a2d6e74666ca0797f7",
"name": "demo-web",
"runtime": "node-20.0",
"execute": [ "any" ],
"events": [],
"schedule": "",
"timeout": 15,
"enabled": true,
"logging": true,
"entrypoint": "src/main.js",
"commands": "npm install",
"ignore": [
"node_modules",
".npm"
],
"path": "functions/demo-web"
}
]
}