From d3c94eac60d899cb1a38f269914ea3820862c537 Mon Sep 17 00:00:00 2001 From: Daniel McCrystal Date: Sat, 29 Nov 2025 23:08:22 -0500 Subject: [PATCH] sneaky --- src/deploy.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/deploy.ts b/src/deploy.ts index 51415bf..725fecc 100644 --- a/src/deploy.ts +++ b/src/deploy.ts @@ -16,7 +16,7 @@ export const deploy = async ({ host, commitHash }: DeployInstance) => { console.log(`=== ${deploymentId} ===`); console.log({ host, commitHash }); - const deployerDir = await l$`pwd`.text(); + const deployerDir = await l$`pwd`.text().then((t) => t.trim()); console.log(deployerDir); const service = config.services[host];