Skip to content

sourcemint/node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sourcemint Node

Status: ALPHA

The sourcemint networkable node daemon to be installed on all systems.

Usage

Exposes API:

  • http://<hostname>:9999/api/github.com/post-receive - Set this up as a github.com Post-Receive WebHook URL.

    Will trigger all scripts configured with:

    /pinf/programs/<programId>/program.json ~ {
        "config": {
            "github.com/sourcemint/node/0": {
                "on": {
                    "RepositoryNewTag": {
                        "match": {
                            "repository": "<github hostname><github pathname>"
                        },
                        "do": "<shell command (cwd: /pinf/programs/<programId>)>"
                    }
                }
            }
        }
    }
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published