From b38a6891419dbc721289a11e52685f99a9ff3221 Mon Sep 17 00:00:00 2001 From: Daniel McCrystal Date: Sat, 29 Nov 2025 23:06:41 -0500 Subject: [PATCH] log --- src/deploy.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/deploy.ts b/src/deploy.ts index cdf8869..51415bf 100644 --- a/src/deploy.ts +++ b/src/deploy.ts @@ -16,7 +16,8 @@ export const deploy = async ({ host, commitHash }: DeployInstance) => { console.log(`=== ${deploymentId} ===`); console.log({ host, commitHash }); - const deployerDir = await $`pwd`.text(); + const deployerDir = await l$`pwd`.text(); + console.log(deployerDir); const service = config.services[host]; const { user, repo, branch, port } = indexedConfig[hash(service)];