do not store code graphs in git repository
[sixth-3d.git] / tools / update web site
1 #!/bin/bash
2 cd "${0%/*}"
3 cd ..
4
5
6
7
8
9
10 #
11 # TODO: needs updating
12 #
13 # (
14 #     cd ..
15
16 #     mvn clean
17
18 #     mkdir -p target/website/codegraphs
19
20 #     mvn test package -e exec:java -Dexec.mainClass="eu.svjatoslav.sixth.DataGraph" -Dexec.classpathScope="test"
21
22 #     (
23 #         cd target/website/codegraphs/
24 #         meviz index -t Sixth
25 #     )
26
27 #     cp target/sixth.jar target/website/
28
29 #     rsync -avz --delete target/website/ n0@svjatoslav.eu:/var/www/svjatoslav.eu/projects/sixth
30 # )
31
32 rsync -avz --delete  -e 'ssh -p 10006' doc/ n0@www3.svjatoslav.eu:/mnt/big/projects/sixth-3d/