diff --git a/src/git.ts b/src/git.ts index 048a98a5..adbd1437 100644 --- a/src/git.ts +++ b/src/git.ts @@ -90,6 +90,7 @@ export async function deploy(): Promise { /* await execute( + `git worktree add --checkout ${temporaryDeploymentDirectory} origin/${action.branch}`, workspace ); */