valueflows

valueflows docs
git clone https://s.sonu.ch/~srfsh/valueflows.git
Log | Files | Refs | README

commit 6901425bf1e962235fe31b292a79af5757e7b0c5
parent 1d56f677c9335faf1eff62ebab5ce8f70ba63d7b
Author: Michael Williams <michael.williams@enspiral.com>
Date:   Fri,  9 Oct 2015 00:30:39 +1300

default username / email for deploy bots

Diffstat:
Mpackage.json | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package.json b/package.json @@ -3,7 +3,7 @@ "build": "mkdir -p .build && npm run build-index", "build-index": "mdast -u mdast-slug -u mdast-autolink-headings -u mdast-html README.md -o .build/index.html", "deploy-remote": "git remote add deploy git@github.com:valueflows/valueflo.ws; true", - "deploy-push": "git-directory-deploy --directory .build --repo deploy --branch master --verbose --ignore-removal", + "deploy-push": "git-directory-deploy --directory .build --repo deploy --branch master --verbose --ignore-removal --username valueflows --email bot@valueflo.ws", "deploy": "npm run build && npm run deploy-remote && npm run deploy-push" }, "dependencies": {