Commit 36ee275 1 parent 6f368c4 commit 36ee275 Copy full SHA for 36ee275
File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ function deploy(action) {
114
114
Pushes all of the build files into the deployment directory.
115
115
Allows the user to specify the root if '.' is provided.
116
116
rsync is used to prevent file duplication. */
117
- yield ( 0 , execute_1 . execute ) ( `rsync -q -av --checksum --progress --mkpath ${ action . folderPath } /. ${ action . targetFolder
117
+ yield ( 0 , execute_1 . execute ) ( `rsync -q -av --checksum --progress ${ action . folderPath } /. ${ action . targetFolder
118
118
? `${ temporaryDeploymentDirectory } /${ action . targetFolder } `
119
119
: temporaryDeploymentDirectory } ${ action . clean
120
120
? `--delete ${ excludes } ${ ! fs_1 . default . existsSync ( `${ action . folderPath } /${ constants_1 . DefaultExcludedFiles . CNAME } ` )
You can’t perform that action at this time.
0 commit comments