diff --git a/src/git.ts b/src/git.ts index 13e82876..fde9eee2 100644 --- a/src/git.ts +++ b/src/git.ts @@ -160,7 +160,7 @@ export async function deploy(action: ActionInterface): Promise { Allows the user to specify the root if '.' is provided. rsync is used to prevent file duplication. */ await execute( - `rsync -q -av --progress ${action.folder}/. ${ + `rsync -q -av --checksum --progress ${action.folder}/. ${ action.targetFolder ? `${temporaryDeploymentDirectory}/${action.targetFolder}` : temporaryDeploymentDirectory