davidovski/sync.sh

8 lines
193 B
Bash
Raw Normal View History

2021-08-26 03:15:22 +00:00
#!/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