Giter VIP home page Giter VIP logo

nodeploy's Introduction

no[de]ploy

A GitHub webhook project that invokes a shell script for deployments. Uses gith to listen on the desired port. Currently offers a standard pull/reset deploy, but planning on doing a by commit symlink deploy method.

install

  • Move config.sample.js to config.js
  • Edit all options to meet environment requirements
  • Configure a webhook in your GitHub repository settings
  • Run npm start in the root to start the deployment listener
  • Optional: you can run this in a screen as screen npm start or using forever forever start /path/to/nodeploy/

issues

See open issues

requirements

  • node.js
  • npm
  • git (>1.8.5)

license

MIT

nodeploy's People

Contributors

shampine avatar

Stargazers

Roman avatar Christopher Lovejoy avatar

nodeploy's Issues

Single instance to support multiple repo's

Exactly as the title states. My VPS runs many projects, I should only need one instance of this on one port. Fairly simple tweak but will be a major config overhaul (I think).

Deploy methods

Currently this is like a standard user action, log into a server, git fetch and git pull. Seemingly the easier one to build first.

I'd like to also build a deploy option (set in config.js) that does an actual zip grab, deploy to folder that is named after the hash then alters a symlink. Needs to be agnostic to the users environment.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.