denoland / denoland/deploy_feedback

API to programmatically set git repo

Open
#250 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.