Skip to content

brollb/dev-updater

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dev-Updater

This is a utility to automatically update a repository (in my case dev server on aws), to track the master branch of a Github repo using Github's custom webhooks

Getting Started

First, clone the repository:

git clone https://github.com/brollb/dev-updater
cd dev-updater

Create an update.sh bash file (in dev-updater's root) to run when the master branch is updated on Github!

Details

If you want to store the update.sh file w/ the project to update, you can create an .env file in the dev-updater root referencing the project-to-update's root (optional):

PROCESS_ROOT=../netsblox-dev

This will result in dev-updater running from that directory (and searching for update.sh there instead of in its root).

About

A simple server to auto update a dev server to track master

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors