summaryrefslogtreecommitdiff
path: root/DEPLOY.md
blob: ef0be4933b291fa2a59d81eb3bd1bf79c579c4d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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 rebuild' 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 rebuild
    git commit ...
    git push

The post commit hooks should update dl.bitmask.net automatically, but if they
do not:

    ssh loris.leap.se -l root
    cd /var/www/dl_bitmask_net
    su www-data
    git checkout master
    git pull