Skip to content

Latest commit

 

History

History
20 lines (18 loc) · 441 Bytes

README.md

File metadata and controls

20 lines (18 loc) · 441 Bytes

STU-deploy

This project is initially intended to use github webhook for code deploying for Fudanstu(organization)

It's based on nodejs

Usage

put this folder in node_modules in your node project's directory, and use it as follows

var deploy = require('STU-deploy').factory();
deploy.configure({
    route: {
        'STU-Fudan/testDeploy': '/path/to/files',
        ...
    },
    port: 2333
})
.run();