You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After applying the workaround from #1325, that is copying the sql folder into the location expected by the cli npx trigger.dev@latest deploy still fails with
└ Error: Error building image. Full build logs have been saved to /tmp/trigger-mQAkpy/build-jvbf0cg5.log
This is expected as prisma needs to connect to a live database during the build when TypedSQL is enabled. By exposing the secrets to the build the resulting container could leak them, how does the build system handle the secrets?
Reproduction repo
N/A
To reproduce
Try deploying a project with prisma and TypedSQL enabled.
Provide environment information
Describe the bug
After applying the workaround from #1325, that is copying the
sqlfolder into the location expected by the clinpx trigger.dev@latest deploystill fails withThis is expected as prisma needs to connect to a live database during the build when TypedSQL is enabled. By exposing the secrets to the build the resulting container could leak them, how does the build system handle the secrets?
Reproduction repo
N/A
To reproduce
Try deploying a project with prisma and TypedSQL enabled.
Additional information
No response