From 68d7139ebe95ae2d1d14113d8b308ddeb1f4589c Mon Sep 17 00:00:00 2001 From: Niloy <32486682+nilooy@users.noreply.github.com> Date: Fri, 13 Dec 2024 12:16:47 +0100 Subject: [PATCH] Update deploy-environment-variables.mdx (#1509) base64 with -i for input file --- docs/deploy-environment-variables.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/deploy-environment-variables.mdx b/docs/deploy-environment-variables.mdx index 5ec2c55af..3815c106b 100644 --- a/docs/deploy-environment-variables.mdx +++ b/docs/deploy-environment-variables.mdx @@ -191,7 +191,7 @@ Securely pass a Google credential JSON file to your Trigger.dev task using envir In your terminal, run the following command and copy the resulting base64 string: ``` -base64 path/to/your/service-account-file.json +base64 -i path/to/your/service-account-file.json ```