Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jcblw/shipper

nodejs app to accept pushs from git and deploy the app
https://github.com/jcblw/shipper

Last synced: 16 days ago
JSON representation

nodejs app to accept pushs from git and deploy the app

Awesome Lists containing this project

README

        

## Shipper

a simple app to deploy apps based off a push, at its current state it will accept pushed clone them into a working directory, install a fresh set of dependecies and then attempt to startup the app. Still `This is very early in development`.

## Install

```
git clone https://github.com/jacoblwe20/shipper.git
```

Once downloaded, then install dependecies

```
npm install
```

## What is this?

This is a app you can put on a server then you can push apps at it and it will try its best to deploy them.

`#### This is in early development`