Open
Description
In the README, the deploy target is said to have a deploy step. I tried reading through the source code to better understand how it works, but couldn't figure out what exactly what happens in the deploy step.
For context, I have an monorepo named "frontend", which contains some apps (/apps/web
, for example). When I try firing off a deployment for this project whenever there is a merge to main
(via Github Actions), the /dist
directory doesn't show up when I view the available files from heroku run bash -a <app-name>
. I'm guessing that no build
command is actually running in Heroku, which is why there's no dist
folder. When I try to view the app, I get an nginx 404 error.
Happy to provide more context.
Thanks!
Metadata
Metadata
Assignees
Labels
No labels