Skip to content

STU-Fudan/STU-deploy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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();

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published