Skip to content

SockDrawer/turbo-enigma

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

turbo-enigma

Rolling bot updates. Always stay ahead of npm!

How it works

For each repository on disk, it will do a git pull. If it finds updates, it will restart all the bots. It then exits. Run this from cron, not pm2.

Config format

{
    "repositories": [
        {
            "folder": "/path/to/clone",
            "bots": [
                "botName",
                "botName"
            ]
        },
        {
            "folder": "/path/to/clone",
            "bots": [
                "botName"
            ]
        }
    ]
}

About

Rolling bot updates. Always stay ahead of npm!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published