From 012f0e45bb3426520bff3b4e146e45ab8fe579ea Mon Sep 17 00:00:00 2001 From: James Ives Date: Sun, 10 Nov 2019 14:03:27 -0500 Subject: [PATCH] Update git.ts --- src/git.ts | 1 + 1 file changed, 1 insertion(+) 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 ); */