summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
+