sneaky
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user