This commit is contained in:
2025-11-29 23:06:41 -05:00
parent 85f8bec61e
commit b38a689141

View File

@@ -16,7 +16,8 @@ export const deploy = async ({ host, commitHash }: DeployInstance) => {
console.log(`=== ${deploymentId} ===`); console.log(`=== ${deploymentId} ===`);
console.log({ host, commitHash }); console.log({ host, commitHash });
const deployerDir = await $`pwd`.text(); const deployerDir = await l$`pwd`.text();
console.log(deployerDir);
const service = config.services[host]; const service = config.services[host];
const { user, repo, branch, port } = indexedConfig[hash(service)]; const { user, repo, branch, port } = indexedConfig[hash(service)];