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