console icon indicating copy to clipboard operation
console copied to clipboard

Autodeploy not working as expected in a monorepo

Open dhoulker opened this issue 6 months ago • 4 comments

We have been using Autodeploy on our project.

We have a Turborepo monorepo, and we import some shared config from a local package in our sst.config.ts

With this approach the Autodeploy service is not able to read our sst config and the deploy fails, we see Error evaluating sst.config.ts

CleanShot 2024-07-25 at 06 53 28@2x

Once we replace the shared config with actual values the deploy works great.

Let me know if you need a reproducible example, or if i've raised this in the right place.

dhoulker avatar Jul 25 '24 05:07 dhoulker