Skip to content

Commit 9dda081

Browse files
committed
update syncEnvVars debug log
1 parent 9090350 commit 9dda081

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

references/hello-world/trigger.config.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ export default defineConfig({
2020
build: {
2121
extensions: [
2222
syncEnvVars(async (ctx) => {
23-
console.log(ctx.environment);
24-
console.log(ctx.branch);
23+
console.log("syncEnvVars", { environment: ctx.environment, branch: ctx.branch });
2524
return [
2625
{ name: "SYNC_ENV", value: ctx.environment },
2726
{ name: "BRANCH", value: ctx.branch ?? "–" },

0 commit comments

Comments
 (0)