Update git.ts

This commit is contained in:
James Ives 2019-11-10 16:16:32 -05:00
parent c69e32bd1f
commit ae89c8d79b

View File

@ -86,7 +86,6 @@ export async function deploy(): Promise<any> {
/* /*
Pushes all of the build files into the deployment directory. Pushes all of the build files into the deployment directory.
Allows the user to specify the root if '.' is provided. */ Allows the user to specify the root if '.' is provided. */
});*/
if (action.build === '.') { if (action.build === '.') {
await execute(`rsync -av --progress ${action.build}/. ${temporaryDeploymentDirectory} --exclude .git --exclude ${temporaryDeploymentDirectory}`, workspace) await execute(`rsync -av --progress ${action.build}/. ${temporaryDeploymentDirectory} --exclude .git --exclude ${temporaryDeploymentDirectory}`, workspace)