mirror of
https://github.com/caprover/caprover
synced 2026-09-21 14:15:39 +00:00
Space issue in path while deploying fix
This commit is contained in:
@@ -168,7 +168,7 @@ function deployTo(machineToDeploy, branchToPush, appName) {
|
||||
console.log(zipFileFullPath);
|
||||
console.log(' ');
|
||||
|
||||
exec('git archive --format tar --output ' + zipFileFullPath + ' ' + branchToPush, function (err, stdout, stderr) {
|
||||
exec('git archive --format tar --output "' + zipFileFullPath + '" ' + branchToPush, function (err, stdout, stderr) {
|
||||
if (err) {
|
||||
console.log(chalk.red('TAR file failed'));
|
||||
console.log(chalk.red(err + ' '));
|
||||
|
||||
Reference in New Issue
Block a user