summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2015-04-26 14:40:38 -0700
committerelijah <elijah@riseup.net>2015-04-26 14:40:38 -0700
commit06ceabbbfa28eb812bfeb1007b30e3f797850c25 (patch)
tree4c61f2f78bd36f0acbbc78ff55bbf5e7745c656f /README.md
parent783be829afc2791c71488068f166f38f8a39a9d3 (diff)
added capistrano configs.
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 12 insertions, 1 deletions
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