Skip to content
This repository has been archived by the owner on Sep 3, 2018. It is now read-only.
/ GitNoDeploy Public archive

Node.js server to deploy automatically your repos into your machines

Notifications You must be signed in to change notification settings

dlion/GitNoDeploy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitNoDeploy

Small node.js HTTP server
it allows you to deploy your repos into your server everytime you push a change.

Configure

  • First of all install Node.js into your server
  • Rename GitNoDeploy-config-example.json to GitNoDeploy-config.json and edit it.
  • port: [Default: 2001]
  • quiet: Set to false to mute the script
  • repos: Array of your repos:
    • url: url exactly where the script can find your repo
    • path: path exactly where is your repo dir
    • after: Array of commands to execute after updating
  • On the github page go to a repository, then "Admin", "Webhooks & Services", "Webhooks/Manage" and add the url of your server + port (e.g. http://example:2001), after that select application/vnd.github.v3+json payload version and update webhooks.

About

Author: Domenico Leone Luciani

Site: DLion

License

Copyright © 2014 Domenico Luciani domenicoleoneluciani@gmail.com
This work is free. You can redistribute it and/or modify it under the
terms of the Do What The Fuck You Want To Public License, Version 2,
as published by Sam Hocevar. See http://www.wtfpl.net/ for more details.

About

Node.js server to deploy automatically your repos into your machines

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published