denoland / denoland/deploy_feedback
API to programmatically set git repo
Open
- Dominant language
- No language data
- Stars
- 79
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
Is there a way to create a project with git repo?
Can I pass it to `POST https://dash.deno.com/_api/projects` same way I pass `envVars`?
```
{
"name": "beautiful-name-11",
"organizationId": "00000000-0000-0000-0000-000000000000",
"envVars": {
"SECRET": "123"
},
"git": {
"repository": {
"id": 123456,
"owner": "jane",
"name": "cat"
},
"entrypoint": "/mod.ts",
"productionBranch": "main"
}
}
```
Can I update git repo similar to `envVars` from [#246](https://github.com/denoland/deploy_feedback/issues/246)?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.