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 9090350 commit 9dda081Copy full SHA for 9dda081
1 file changed
references/hello-world/trigger.config.ts
@@ -20,8 +20,7 @@ export default defineConfig({
20
build: {
21
extensions: [
22
syncEnvVars(async (ctx) => {
23
- console.log(ctx.environment);
24
- console.log(ctx.branch);
+ console.log("syncEnvVars", { environment: ctx.environment, branch: ctx.branch });
25
return [
26
{ name: "SYNC_ENV", value: ctx.environment },
27
{ name: "BRANCH", value: ctx.branch ?? "–" },
0 commit comments