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)];