From 06ceabbbfa28eb812bfeb1007b30e3f797850c25 Mon Sep 17 00:00:00 2001 From: elijah Date: Sun, 26 Apr 2015 14:40:38 -0700 Subject: added capistrano configs. --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index dddb932..238fb41 100644 --- a/README.md +++ b/README.md @@ -9,5 +9,16 @@ render the source files into html files. To submit changes, please fork this repo and issue pull requests on github. -For more information how to use `amber`, see: https://github.com/leapcode/amber. +For more information how to use `amber`, see: +https://github.com/leapcode/amber. +For now, there is no post-commit hook on this repo that automatically triggers +an update to the website. To deploy the current version: + + sudo gem install capistrano + git clone https://leap.se/git/leap_se + cd leap_se + cap deploy + +This will deploy directly from master branch of https://leap.se/git/leap_se +(in other words, local changes are not deployed). \ No newline at end of file -- cgit v1.2.3