summaryrefslogtreecommitdiff
path: root/roles/sublab_web/templates/website-rebuild.sh.j2
blob: 1e4bc0b7b0796b832a3d32032a65f451e0db66bd (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh -e
#
# {{ ansible_managed }}
#

cd /var/www/{{sublab_web_server_name}}/htdocs
git fetch git://{{ groups['gitservers'][0] }}/website.git master
git reset --hard FETCH_HEAD
cd scripts
python template.py
python wikitemplate.py > ../../wiki-page.tmpl