denoland / denoland/deploy_feedback

Better support for monorepos

Open
#233 2 comments 3 reactions 0 assignees View on GitHub
Dominant language
No language data
Stars
79
Forks
5
PR merge metrics
No merged PRs in 30d

Description

Currently, when having multiple deno projects in the same repository and all deployed in Deno Deploy they all get a deployment trigger when I commit to one of the folders. Is it possible to declare specifically what folder/projects should be deployed from a repository? Here's an example of a mono-repo I have https://github.com/aabedraba/dotcom

On the other hand, it affects the way relative paths work between local development vs deployment, because in local development your `Deno.cwd()` would be `PATH_IN_FILESYSTEM/project-1` while in Deno Deploy it would be `/src`. For this case, I had to include a conditional to make this work in local development and production https://github.com/aabedraba/dotcom/blob/master/www/routes/index.tsx#L72-L78

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.