Skip to content
/ tentacl Public

A node application for continous integration of your projects

Notifications You must be signed in to change notification settings

maakep/tentacl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tentacl

A tool for automatic building & deploying your npm-based project.

Prerequsites

  • Nodejs
  • Your project is set up with npm run build & npm run server
  • Configure your github repository and create a webhook that post tags to your tentacl web server

Setting up

Your device

├─ your-project

└─ tentacl

Running

node /tentacl/index.js ../your-project

Docs

Create releases through github or create & push tags yourself. The version semantic should follow semver.org: v0.0.0; major.minor.patch tentalc is configured to

  • patch:
    • pull
  • minor:
    • pull & build
  • major:
    • pull & build & restart server

About

A node application for continous integration of your projects

Resources

Stars

Watchers

Forks

Packages

No packages published