summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2016-05-19 12:19:17 -0700
committerelijah <elijah@riseup.net>2016-05-19 12:19:17 -0700
commit91cedb24874e868cd3b327c44e38b40feb4824ea (patch)
tree648889c1079f9b76f690120ccc761acc738ecd41
parentabf53bfd86fd488519a80713cdd577e06bedc265 (diff)
added deploy instructions
-rw-r--r--DEPLOY.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/DEPLOY.md b/DEPLOY.md
new file mode 100644
index 0000000..466eae5
--- /dev/null
+++ b/DEPLOY.md
@@ -0,0 +1,13 @@
+To deploy bitmask_help to bitmask.net:
+
+ git clone ssh://gitolite@leap.se/bitmask
+ cd bitmask
+ leap deploy production
+
+To update the bitmask install instructions:
+
+ git clone ssh://gitolite@leap.se/dl_bitmask_net
+ git clone ssh://gitolite@leap.se/bitmask_help
+ cd bitmask_help
+ sh sync.sh
+