This commit is contained in:
2025-11-29 23:08:22 -05:00
parent b38a689141
commit d3c94eac60

View File

@@ -16,7 +16,7 @@ export const deploy = async ({ host, commitHash }: DeployInstance) => {
console.log(`=== ${deploymentId} ===`); console.log(`=== ${deploymentId} ===`);
console.log({ host, commitHash }); console.log({ host, commitHash });
const deployerDir = await l$`pwd`.text(); const deployerDir = await l$`pwd`.text().then((t) => t.trim());
console.log(deployerDir); console.log(deployerDir);
const service = config.services[host]; const service = config.services[host];