blob: a161596ea4e7dbb075663b2d4b51595916a20c05 (
plain)
1
2
3
4
5
6
7
|
#!/bin/bash
cp templates/index.html templates/page.html
python build.py
rsync -Lta --no-perms --no-owner --no-group --delete --exclude=sync.sh -vz -e ssh ./html/ oracle:/srv/davidovski/html
|