boom-deploy
Advanced tools
Comparing version 0.2.73 to 0.2.74
@@ -228,3 +228,4 @@ | ||
local('ping viboom.com -c 1'); | ||
ssh('ls -lah'); | ||
// ssh('ls -lah'); | ||
task('jsontest'); | ||
sleep(1000); | ||
@@ -231,0 +232,0 @@ lazySsh('pwd'); |
@@ -152,3 +152,3 @@ var _ = require('lodash'); | ||
var funcstring = task.func.toString(); | ||
logger.info($.bold('Executing: task ' + $.cyan(taskname))); | ||
logger.info($.bold('TASK begin ' + $.cyan(taskname))); | ||
if (config.get('debug')) { | ||
@@ -160,2 +160,3 @@ console.log($.cyan(funcstring)); | ||
if (err) return callback(err); | ||
logger.info($.bold('TASK end ' + $.cyan(taskname))); | ||
callback(null, out); | ||
@@ -162,0 +163,0 @@ }) |
{ | ||
"name": "boom-deploy", | ||
"main": "boom.js", | ||
"version": "0.2.73", | ||
"version": "0.2.74", | ||
"description": "deploy your app", | ||
@@ -6,0 +6,0 @@ "keywords": [ |
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
89033
2475