We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5488df commit a69e04fCopy full SHA for a69e04f
.changeset/three-ducks-act.md
@@ -0,0 +1,5 @@
1
+---
2
+"trigger.dev": patch
3
4
+
5
+Always include push output in logs for self-hosted deploys
packages/cli-v3/src/deploy/buildImage.ts
@@ -362,6 +362,7 @@ async function selfHostedBuildImage(
362
363
for await (const line of pushProcess) {
364
logger.debug(line);
365
+ errors.push(line);
366
}
367
368
if (pushProcess.exitCode !== 0) {
0 commit comments