You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-1Lines changed: 7 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3,4 +3,10 @@ Node Web Git Proxy
3
3
4
4
This is a tool written with node.js to keep a directory up to date and checked out with the current versions on the remote server.
5
5
6
-
This documentation is unfinished, the project doesn't even have any code written yet, so bug me to fix it later.
6
+
You must create a `config.json` with at least a `repo` which points to a git repo, and a `title` which is used in the display. You may also change the output directory with `output` and the repo working area with `working`.
7
+
8
+
At that point, if you `grunt` it should clone the remote repo and start setting up a folder for each brach and tag.
9
+
10
+
If you create a file called `build-command.sh` it will be executed in the directory for each branch and tag after it is updated.
11
+
12
+
A `cron.sh` is provided to run `grunt cron` and surround it in a `.lock` check.
0 commit comments