deployrunner
Advanced tools
Comparing version 0.0.4 to 0.0.5
{ | ||
"name": "deployrunner", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "Small tool for automatically deploying git repositories", | ||
@@ -5,0 +5,0 @@ "bin": { |
@@ -6,2 +6,3 @@ ## Deployrunner | ||
// On the target machine: | ||
npm i --global deployrunner | ||
@@ -11,2 +12,3 @@ ``` | ||
// On the development server/local machine: | ||
npm i --global deployrunner | ||
@@ -18,2 +20,3 @@ ``` | ||
// On the target machine: | ||
deployrunner start config.json | ||
@@ -23,2 +26,3 @@ ``` | ||
// On the development server/local machine: | ||
<push to master> | ||
@@ -25,0 +29,0 @@ ``` |
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
1507
33