deployrunner
Advanced tools
Comparing version 0.0.3 to 0.0.4
{ | ||
"name": "deployrunner", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "Small tool for automatically deploying git repositories", | ||
@@ -5,0 +5,0 @@ "bin": { |
## Deployrunner | ||
##### Small tool for automatically deploying git repositories | ||
#### Installation | ||
On the target machine: | ||
``` | ||
// On the target machine: | ||
npm i --global deployrunner | ||
``` | ||
On the development server/local machine: | ||
``` | ||
// On the development server/local machine: | ||
npm i --global deployrunner | ||
@@ -14,8 +14,8 @@ ``` | ||
#### Usage | ||
On the target machine: | ||
``` | ||
// On the target machine: | ||
deployrunner start config.json | ||
``` | ||
On the development server/local machine: | ||
``` | ||
// On the development server/local machine: | ||
<push to master> | ||
@@ -22,0 +22,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
1499