0.0.8 • Published 5 years ago

deployrunner v0.0.8

Weekly downloads
5
License
MIT
Repository
github
Last release
5 years ago

Deployrunner

Small tool for automatically deploying git repositories

Installation

// On the target machine:

npm i --global deployrunner

Usage

// On the target machine:

deployrunner start config.json
// On the development server/local machine:

<push to master>

Configuration

config.json (on target machine)

{
  "repository": "<link to repository>"
}