fis-deploy-git
Advanced tools
Comparing version 0.0.0 to 0.0.1
@@ -49,2 +49,3 @@ var os = require('os'); | ||
cd('/..'); | ||
fis.util.del(tmp); | ||
if (exec('git clone ' + conf.remote + ' ' + tmp).code !== 0){ | ||
@@ -68,3 +69,3 @@ fis.log.error('git clone failed'); | ||
var name = tmp + (fileInfo.dest.to || '/') + fileInfo.dest.release; | ||
fis.util.write(name, file.getContent()); | ||
fis.util.write(name, fileInfo.content); | ||
}); | ||
@@ -71,0 +72,0 @@ exec('git add -A', {silent: conf.silent}); |
{ | ||
"name": "fis-deploy-git", | ||
"version": "0.0.0", | ||
"version": "0.0.1", | ||
"description": "fis git deploy plugin", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4494
64