We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f368c4 commit 36ee275Copy full SHA for 36ee275
lib/git.js
@@ -114,7 +114,7 @@ function deploy(action) {
114
Pushes all of the build files into the deployment directory.
115
Allows the user to specify the root if '.' is provided.
116
rsync is used to prevent file duplication. */
117
- yield (0, execute_1.execute)(`rsync -q -av --checksum --progress --mkpath ${action.folderPath}/. ${action.targetFolder
+ yield (0, execute_1.execute)(`rsync -q -av --checksum --progress ${action.folderPath}/. ${action.targetFolder
118
? `${temporaryDeploymentDirectory}/${action.targetFolder}`
119
: temporaryDeploymentDirectory} ${action.clean
120
? `--delete ${excludes} ${!fs_1.default.existsSync(`${action.folderPath}/${constants_1.DefaultExcludedFiles.CNAME}`)
0 commit comments