summaryrefslogtreecommitdiff
path: root/DEPLOY.md
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2016-05-19 12:19:56 -0700
committerelijah <elijah@riseup.net>2016-05-19 12:19:56 -0700
commit191982605145d526dbdddc5f7e6eadccc56974a9 (patch)
tree0bc69524d7e5636d4bb08faef090585e53dd2b21 /DEPLOY.md
parente5ea4fdfb04aab0c5701905cfc037c38b45bb8bd (diff)
added deploy instructions
Diffstat (limited to 'DEPLOY.md')
-rw-r--r--DEPLOY.md20
1 files changed, 20 insertions, 0 deletions
diff --git a/DEPLOY.md b/DEPLOY.md
new file mode 100644
index 0000000..4763b3d
--- /dev/null
+++ b/DEPLOY.md
@@ -0,0 +1,20 @@
+The fully rendered pages must be committed to this repo for them to show up.
+This means you need to make sure to run a 'amber recompile' before you commit
+any change.
+
+To deploy dl_bitmask_net to dl.bitmask.net:
+
+ git clone ssh://gitolite@leap.se/dl_bitmask_net
+ cd dl_bitmask_net
+ amber recompile
+ git commit ...
+ git push
+
+The post commit hooks should update dl.bitmask.net automatically, but if they
+do not:
+
+ ssh salmon.leap.se -l root
+ cd /var/www/dl_bitmask_net
+ su www-data
+ git checkout master
+ git pull